installs nvm (Node Version Manager)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
download and install Node.js (you may need to restart the terminal)
nvm install 22
verifies the right Node.js version is in the environment
node -v # should print `v22.12.0`
verifies the right npm version is in the environment
npm -v # should print `10.9.0`
How to install Node
Subscribe to:
Post Comments (Atom)
How to compile and run a next application ?
Install nodejs Use this link for further reading curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash nvm inst...
-
Please follow the below steps to create *.deb packages of rtpengine $ apt-get install aptitude dpkg-dev lsb-release markdown nfs-common ...
-
I faced a lot of difficulty in converting amr-wb codec in mp3, so I am adding that short and the easiest way in my pubic technical diary so ...
-
First, resolve the dependencies $ yum install pkgconfig.x86_64 glib2-devel.x86_64 zlib-devel.x86_64 xmlrpc-c-devel.x86_64 libcurl.x86_64...
No comments:
Post a Comment