I want to install node v=14.8.0
and npm v=6.14.8
for my project. How can install it instead of the latest version?
Asked
Active
Viewed 1,924 times
2

Ruli
- 2,592
- 12
- 30
- 40

Milan jotva
- 95
- 1
- 7
-
1Does this answer your question? [How to install a specific version of Node on Ubuntu?](https://stackoverflow.com/questions/16898001/how-to-install-a-specific-version-of-node-on-ubuntu) – Raul Rene Aug 09 '21 at 10:13
-
I will try, Thanks. – Milan jotva Aug 09 '21 at 10:18
1 Answers
3
I'd highly recommend you to install Node.js
and npm
on Ubuntu
using nvm
.
Node Version Manager nvm (Node Version Manager) is a tool that allows you to download and install Node. js. Check if you have it installed via nvm --version . npm (Node Package Manager) is a tool that allows you to install javascript packages
Please visit and follow the steps from this link: How to Install Node.js and npm on Ubuntu to achieve your goal.

Rashed Rahat
- 2,357
- 2
- 18
- 38