Warning:
This answer does not support Windows OS
You can use n
for node’s version management. There is a simple intro for n
.
$ npm install -g n
$ n 6.10.3
this is very easy to use.
then you can show your node version:
$ node -v
v6.10.3
For windows nvm is a well-received tool.
Related Contents:
- How can I use an ES6 import in Node.js? [duplicate]
- Node / Express: EADDRINUSE, Address already in use – Kill server
- req.body empty on posts
- What is the –save option for npm install?
- Node.js quick file server (static files over HTTP)
- Find (and kill) process locking port 3000 on Mac [closed]
- Cloud Functions for Firebase – getaddrinfo ENOTFOUND
- What does body-parser do with express?
- HTTP2 with node.js behind nginx proxy
- npm not working – “read ECONNRESET”
- Error: unable to verify the first certificate in nodejs
- Why does “npm install” rewrite package-lock.json?
- The best node module for XML parsing [closed]
- Express.js – app.listen vs server.listen
- How can I uninstall npm modules in Node.js?
- npm install vs. update – what’s the difference?
- What exactly is a Node.js event loop tick?
- How to use global variable in node.js?
- How do I import global modules in Node? I get “Error: Cannot find module “?
- How to install node.js as windows service?
- how to test Cloud Functions for Firebase locally on pc
- Connecting Heroku App to Atlas MongoDB Cloud service
- Node cannot find module “fs” when using webpack
- Purpose of installing Twitter Bootstrap through npm?
- How do I setup a SSL certificate for an express.js server?
- Use a variable in a Jade include
- Using Promises with fs.readFile in a loop
- How to solve npm install throwing fsevents warning on non-MAC OS?
- Sending email via Node.js using nodemailer is not working
- ExpressJS : How to redirect a POST request with parameters
- Node Version Manager install – nvm command not found
- NodeJS / Express: what is “app.use”?
- npm check and update package if needed
- What’s wrong with nodejs crypto decipher?
- How can the default node version be set using NVM?
- Get file name from absolute path in Nodejs?
- Simplest way to download and unzip files in Node.js cross-platform?
- Node v13 / Jest / ES6 — native support for modules without babel or esm
- Detect if called through require or directly by command line
- HTML to PDF with Node.js
- NodeJS base64 image encoding/decoding not quite working
- How to send emails with google using nodemailer after Google disabled less sure app option?
- How to properly upgrade node using nvm
- Hooking up express.js with Angular CLI in dev environment
- How do I uninstall nodejs installed from pkg (Mac OS X)?
- Understanding Node.js modules: multiple requires return the same object?
- How to host nodeJS project to firebase?
- Nodemailer/Gmail – What exactly is a refresh token and how do I get one?
- React app error: Failed to construct ‘WebSocket’: An insecure WebSocket connection may not be initiated from a page loaded over HTTPS
- npm ERR! code Z_BUF_ERROR when install