Fixed in npm 5.4.1 ~~(CLI) NPM 5.4.0 bug~~
-
There is currently an issue with NPM 5.4.0 which removes executable rights for CLI files: https://github.com/npm/npm/issues/18324
SOLUTION: downgrade to NPM 5.3.0
Will post here when it’s safe to upgrade to latest NPM again / or follow the Github issue posted above.If you have NPM 5.4.0 installed you will get this issue when running any Quasar CLI commands:
internal/child_process.js:325 throw errnoException(err, 'spawn'); ^ Error: spawn EACCES at _errnoException (util.js:1041:11) at ChildProcess.spawn (internal/child_process.js:325:11) at exports.spawn (child_process.js:493:9) at Command.executeSubCommand (/usr/local/lib/node_modules/quasar-cli/node_modules/commander/index.js:546:14) at Command.parse (/usr/local/lib/node_modules/quasar-cli/node_modules/commander/index.js:471:17) at Object. (/usr/local/lib/node_modules/quasar-cli/bin/quasar:41:4) at Module._compile (module.js:573:30) at Object.Module._extensions..js (module.js:584:10) at Module.load (module.js:507:32) at tryModuleLoad (module.js:470:12)
-
Seems like NPM 5.4.1 has this fixed. You can upgrade now. Thanks for your patience.
-
This post is deleted! -
This post is deleted!