dustinspecker / eslint-config-angular

ESLint shareable config for Angular plugin
MIT License
24 stars 5 forks source link

Test Fail when using NPM pack #47

Open curtiszjohn opened 8 years ago

curtiszjohn commented 8 years ago

First off, thanks for creating this shareable config.

I'm behind a firewall and need the ability pack packages so that other developers can download the package without going outside the network. Executed npm pack in the command line and received a test failure. Details are below:

npm pack

eslint-config-angular@0.5.0 prepublish /Users/cjohn/Documents/Projects/Servicing/src/main/webapp/spa/node_modules/eslint-config-angular npm test

eslint-config-angular@0.5.0 test /Users/cjohn/Documents/Projects/Servicing/src/main/webapp/spa/node_modules/eslint-config-angular gulp test

sh: gulp: command not found npm ERR! Test failed. See above for more details.

npm ERR! addLocalDirectory Could not pack /Users/cjohn/Documents/Projects/Servicing/src/main/webapp/spa/node_modules/eslint-config-angular to /Users/cjohn/.npm/eslint-config-angular/0.5.0/package.tgz npm ERR! addLocal Could not install /Users/cjohn/Documents/Projects/Servicing/src/main/webapp/spa/node_modules/eslint-config-angular npm ERR! Darwin 14.5.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "pack" npm ERR! node v4.4.5 npm ERR! npm v2.15.5 npm ERR! code ELIFECYCLE npm ERR! eslint-config-angular@0.5.0 prepublish: npm test npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the eslint-config-angular@0.5.0 prepublish script 'npm test'. npm ERR! This is most likely a problem with the eslint-config-angular package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! npm test npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs eslint-config-angular npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm ERR! npm owner ls eslint-config-angular npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:

dustinspecker commented 8 years ago

Hi. Have you ran npm install before running npm pack?