hosthy.blogg.se

Nvm install node 6.10.3
Nvm install node 6.10.3






Please see my Debian apt command cheat sheet for more information. Note: we are using the newer Debian apt command as opposed to the older apt-get command. Issue the following command at the “$” prompt: $ sudo apt update This command will not actually update any software on the system, but will download the latest package lists from the software repositories so that Raspbian will be aware of all new software available along with dependencies. I see that I am running Node 17.3.0 and I really want to be running the latest stable build within this Node branch (Node 17.9.0).įirst, we run the apt “update” command. Run the following command from the terminal: $ node -v

nvm install node 6.10.3

Our first step is to ascertain the current version of Node we are running. For example, upgrading from Node 17.3.0 to Node 17.9.0. This section explains the steps necessary to upgrade Node to the latest version within a given major version. Let’s get started! Minor/Patch Version Upgrades I’m assuming you followed the steps in my Beginners’ Guide, especially under the “Install Node.js” section where we update the Raspbian/Debian package repository to include the Node.js binaries provided by NodeSource.

nvm install node 6.10.3

The steps are quite easy and can be adapted to other Debian variants as well including Ubuntu.

nvm install node 6.10.3

#Nvm install node 6.10.3 how to#

I’ve received questions from readers of my Beginner’s Guide to Installing Node.js on a Raspberry Pi wanting to know how to upgrade to more recent versions of Node.js on the Raspberry Pi.






Nvm install node 6.10.3