[npm] Remove bower post-install step
geekjuice opened this issue · 6 comments
geekjuice commented
Since deps are not installed when installing drop
, the post-install
step in package.json
will fail unless the user has bower
installed globally. If the need to install tether
is still wanted, it would be better to move it to a script that checks for bower
, otherwise install using npm
or ignore all together.
emosesSfdc commented
👍
RafalFilipek commented
+1
kilbot commented
👍
bastientanesie commented
+1, really anoying for users that don't have bower installed (like myself).
zpratt commented
I'm glad this was done too. What version are you planning to release this? I'd vote for a patch release to do it now.