I used to install node-png: npm install node-png -g
I got a message says:
npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"0.12.2","npm":"2.7.4"})
How to fix it, note: I use earlier version ,,
I used to install node-png: npm install node-png -g
I got a message says:
npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"0.12.2","npm":"2.7.4"})
How to fix it, note: I use earlier version ,,
You can use NVM to manage your node js versions and just use an old version on the project the you need that npm for.
here is a link
For Linux/Unix environment you can use nvm package. Although it works great nvm doesn't support windows, the existing alternatives are: