0

I'm trying to update the old version of Nodejs and Npm for MacBook.

My current version: Nodejs v16.13.1 , npm 8.1.2

I want to update the old version again: Nodejs v12.13.0 , npm 6.14.6.0

I have researched but still can't update. Hope you can help me.

Lucky
  • 31
  • 7

1 Answers1

0

As stated here, you might want to use "n" a node version manager for UNIX based systems.

How to change to an older version of Node.js

Ryan Baker
  • 75
  • 5
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jan 13 '22 at 08:54