I am deploying a Node application to Heroku and getting the following error. If npm does not work with the latest versions of Node, what should we use for package manager? I really liked node_modules and package.json. It seemed very logical.
Using Node.js version: 0.8.5
Using npm version: 1.0.106
Error: npm doesn't work with node v0.8.5
Required: node@0.4 || 0.5 || 0.6
source
share