node.js - npm command not found after updating to Mac OSX 10.9.4 -


I can not command npm on the terminal after updating my OS to Mavericks.

When I try this: node / usr / local / lib / node_module / npm / bean / npm -cl.js-v it is working and version 1.4 Showing .3 to

t what's happening here, can someone help me? Thanks

Try reloading the bin:

  ln -s / usr /local/lib/node_modules/npm/bin/npm-cli.js/user/bin/npm  

You may need to run as root.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -