Daily Archives: April 3, 2015

Fixing npm permissions

https://docs.npmjs.com/getting-started/fixing-npm-permissions   You may receive an EACCES error when you try to install a package globally. This indicates that you do not have permission to write to the directories that npm uses to store global... Read More | Share it now!

remove sudo install npm

/usr/local/lib/node_modules/ npm uninstall xxxx http://stackoverflow.com/questions/11177954/how-do-i-completely-uninstall-node-js-and-reinstall-from-beginning-mac-os-x   Apparently, there was a “/Users/myusername/local” folder that... Read More | Share it now!

Grunt wiredep:app no such file or directory bower.json

http://stackoverflow.com/questions/25709324/grunt-wiredepapp-no-such-file-or-directory-bower-json   Running “wiredep:app” (wiredep) task Warning: ENOENT, no such file or directory... Read More | Share it now!