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

NPM install fails #17

Closed
quozd opened this issue Mar 4, 2015 · 2 comments · Fixed by #18
Closed

NPM install fails #17

quozd opened this issue Mar 4, 2015 · 2 comments · Fixed by #18

Comments

@quozd
Copy link

quozd commented Mar 4, 2015

Hello,

# npm install --save angular-oauth2
npm WARN package.json [email protected] No description
npm WARN package.json [email protected] No README data
/
> [email protected] postinstall /Users/quozd/Development/test/node_modules/angular-oauth2
> ./node_modules/bower/bin/bower install

sh: ./node_modules/bower/bin/bower: No such file or directory
npm ERR! Darwin 14.1.0
npm ERR! argv "node" "/usr/local/bin/npm" "install" "--save" "angular-oauth2"
npm ERR! node v0.10.36
npm ERR! npm  v2.3.0
npm ERR! code ELIFECYCLE

npm ERR! [email protected] postinstall: `./node_modules/bower/bin/bower install`
npm ERR! Exit status 127
npm ERR! 
npm ERR! Failed at the [email protected] postinstall script './node_modules/bower/bin/bower install'.
npm ERR! This is most likely a problem with the angular-oauth2 package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     ./node_modules/bower/bin/bower install
npm ERR! You can get their info via:
npm ERR!     npm owner ls angular-oauth2
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/quozd/Development/test/npm-debug.log

Looks like installation is dependant on local bower files. Could you please fix this?

@ruipenso
Copy link
Member

ruipenso commented Mar 6, 2015

Hi @quozd!

Thanks for reporting this.
I've summited a PR to fix the issue and once it's merged we'll release a new version.

@fixe fixe closed this as completed in #18 Mar 6, 2015
@quozd
Copy link
Author

quozd commented Mar 6, 2015

👍 thank you

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

Successfully merging a pull request may close this issue.

2 participants