I'm a beginer at node.js, and I'm learning it through a tutorial. I installed node correctly and tested it out with simple console.log calls. The problem is I'm getting an error when trying to run this command:
npm-install node-dev -g
I get an error:
"npm WARN deprecated [email protected]: Please update to the latest object keys"
I'm running node on windows 7 64-bit
Any ideas on what might be wrong?