So, I have Node.js installed and now when I tried to install Mongoosejs I got an error telling me that I don't have the needed version of Node.js (I have v0.4.11 and v0.4.12 is needed).
How can I upgrade to this version? I suppose I just could install it again with the latest version, but I don't want to do it before I'm sure that my project folders in the folder "node" won't be deleted.
Before installing the utility, it is recommended to remove all the existing versions of Node. js and npm from your Windows computer. This will prevent any conflict issues when installing the software.
The module n
makes version-management easy:
npm install n -g
For the latest stable version:
n stable
For the latest version:
n latest
just reinstall node from the .msi in Windows from the node website.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With