We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
> node build/scripts/compile module.js:545 throw err; ^ Error: Cannot find module 'fs-extra' at Function.Module._resolveFilename (module.js:543:15) at Function.Module._load (module.js:470:25) at Module.require (module.js:593:17) at require (internal/module.js:11:18) at Object.<anonymous> (/home/colabean/Desktop/workspace/flow-web/build/scripts/compile.js:1:74) at Module._compile (module.js:649:30) at Object.Module._extensions..js (module.js:660:10) at Module.load (module.js:561:32) at tryModuleLoad (module.js:501:12) at Function.Module._load (module.js:493:3) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! flow-web@0.0.1 compile: `node build/scripts/compile` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the flow-web@0.0.1 compile script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
手动执行 npm install fs-extra 还是不行
npm install fs-extra
相关环境:
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'compile' ] 2 info using [email protected] 3 info using [email protected] 4 verbose run-script [ 'precompile', 'compile', 'postcompile' ]
The text was updated successfully, but these errors were encountered:
我也遇到同样的问题,
这样就可以编译过了
Sorry, something went wrong.
No branches or pull requests
手动执行
npm install fs-extra
还是不行相关环境:
The text was updated successfully, but these errors were encountered: