Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Can't install via npm #522

Closed
kaelhem opened this issue Jan 29, 2015 · 5 comments
Closed

Can't install via npm #522

kaelhem opened this issue Jan 29, 2015 · 5 comments

Comments

@kaelhem
Copy link

kaelhem commented Jan 29, 2015

Hi,

It seems that the installation via npm is broken.
Here's the stack trace:

 textangular@1.3.0-23 postinstall /.../node_modules/textangular
> node ./node_modules/bower/bin/bower install --allow-root

/
module.js:340
    throw err;
          ^
Error: Cannot find module '/.../node_modules/textangular/node_modules/bower/bin/bower'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Function.Module.runMain (module.js:497:10)
    at startup (node.js:119:16)
    at node.js:906:3
npm ERR! textangular@1.3.0-23 postinstall: `node ./node_modules/bower/bin/bower install --allow-root`
npm ERR! Exit status 8
@SimeonC
Copy link
Collaborator

SimeonC commented Jan 29, 2015

Is this installing as npm install textAngular or the npm install for the dev environment?

@kaelhem
Copy link
Author

kaelhem commented Jan 30, 2015

This one is a "npm install textAngular". But both cases fail.

@SimeonC
Copy link
Collaborator

SimeonC commented Feb 1, 2015

Ok thanks. I'll look into it.

@SimeonC
Copy link
Collaborator

SimeonC commented Feb 1, 2015

Looks like my postinstall script is the culprit, patch coming out shortly.

@SimeonC SimeonC closed this as completed in 902fa69 Feb 1, 2015
@kaelhem
Copy link
Author

kaelhem commented Feb 2, 2015

It works ;) thanks!

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

No branches or pull requests

2 participants