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
Post a Comment