Skip to content
New issue

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

Test Fail when using NPM pack #47

Open
curtiszjohn opened this issue Sep 15, 2016 · 1 comment
Open

Test Fail when using NPM pack #47

curtiszjohn opened this issue Sep 15, 2016 · 1 comment

Comments

@curtiszjohn
Copy link

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

[email protected] prepublish /Users/cjohn/Documents/Projects/Servicing/src/main/webapp/spa/node_modules/eslint-config-angular
npm test

[email protected] 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! [email protected] prepublish: npm test
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants