EmailThis / extension-boilerplate

⚡️ A template for building cross browser extensions for Chrome, Opera & Firefox.
https://www.emailthis.me/open-source/extension-boilerplate
MIT License
3.28k stars 370 forks source link

apply npm audit fix --force #32

Closed CARocha closed 5 years ago

CARocha commented 5 years ago

Hi, i use node v10.6.0 and npm v6.4.1 when run install when finish say me run $npm audit fix --force have 9 packages vuln, when finish command, and i run build have error, or run chrome-watch the error say when run chrome-watch Failed at the extension-boilerplate@0.0.2 chrome-watch script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above

and run build say verbose Darwin 17.7.0 17 verbose argv "/Users/user1/.nvm/versions/node/v10.6.0/bin/node" "/Users/user1/.nvm/versions/node/v10.6.0/bin/npm" "run" "build" 18 verbose node v10.6.0 19 verbose npm v6.4.1 20 error code ELIFECYCLE 21 error errno 1 22 error extension-boilerplate@0.0.2 build: cross-env NODE_ENV=production npm run chrome-build && cross-env NODE_ENV=production npm run opera-build && cross-env NODE_ENV=production npm run firefox-build 22 error Exit status 1 23 error Failed at the extension-boilerplate@0.0.2 build script. 23 error This is probably not a problem with npm. There is likely additional logging output above. 24 verbose exit [ 1, true ]

Cheers

CARocha commented 5 years ago

I install node version 7.5.0, its working!!