2

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,592
  • 12
  • 30
  • 40
Milan jotva
  • 95
  • 1
  • 7

1 Answers1

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