I want to use npm for one of my application. How can I fix it to make it works? UPD. It looks like node was installed as some dependency for part of app and it wasn't preinstalled. Installation of fresh node in home directory solved my problem with npm asked 18 Aug '14, 17:05 fruityfree |
For usage of NPM for non-nodejs app you can install NodeJS in home directory as described in this answer. New nodeJS packages goes with NPM installed answered 18 Aug '14, 18:24 fruityfree |