HubSpot/drop

npm install of 1.4 failing

chrisdrackett opened this issue · 5 comments

npm ERR! tether-drop@1.4.0 install: `bower install`
npm ERR! spawn ENOENT
npm ERR! 
npm ERR! Failed at the tether-drop@1.4.0 install script 'bower install'.
npm ERR! This is most likely a problem with the tether-drop package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     bower install
npm ERR! You can get their info via:
npm ERR!     npm owner ls tether-drop
npm ERR! There is likely additional logging output above.

What version of node and npm are you running? Can't seem to reproduce in 0.10.36, 0.12.7, or 4.2.1.

npm 2.11.2
node 0.12.5

Actually, I'm gonna guess that the install is failing because bower isn't installed. Can you try running npm install -g bower and trying the install again?

I do plan to remove that step at some point, but it's currently there as a convenience for those wanting to just install tether-drop and not worry about its deps.

that seems to have fixed it, but not exactly a solution...

Awesome. I'll create an issue regarding the removing the bower post-install step so this isn't an issue in the future 🍻