When a module is connected via require ('fs'), it outputs to the console: module: not found at resource: //gre/modules/commonjs/fs.js.
Need to install it separately or not?
Yes, try installing it manually.
npm install file-system --save
Source: https://ru.stackoverflow.com/questions/550451/
All Articles