moonglum / exogenesis

Build your dotfile installer, updater and teardown
MIT License
19 stars 8 forks source link

NPM does not update bower anymore #61

Open bitboxer opened 9 years ago

bitboxer commented 9 years ago

Somehow npm stopped working for me when doing npm -g update bower. It prints out lot of this when doing it manually:

npm ERR! Object.keys called on non-object
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <http://github.com/npm/npm/issues>
npm ERR! Darwin 14.0.0
npm ERR! argv "node" "/usr/local/bin/npm" "update" "-g" "bower@latest"
npm ERR! node v0.10.34
npm ERR! npm  v2.1.14

There is an issue for this.

moonglum commented 9 years ago

sigh