1

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?

Ruli
  • 2,403
  • 12
  • 27
  • 35
Milan jotva
  • 31
  • 1
  • 5

1 Answers1

2

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,015
  • 1
  • 16
  • 29