You tried to require a Node module instead of importing it. Maybe like so: import { existsSync } from 'fs'; let fs = require("fs");. The ...
確定! 回上一頁