I just installed Node.js and npm (for additional modules).
Node.js
npm
How can I update Node.js and the modules which I\'m using to the latest versions
Updating npm is easy:
npm install npm@latest -g