Requirements
Last updated on
29 June 2022
Only need Npm, which is installed with Node.js, which means that when you download
Node.js, you automatically get npm installed on your computer.
To install Node.js v14:
https://nodejs.org/es/download/
or
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
Verify that Node.js and npm have been installed correctly:
node -v
npm -v
If they are ok, that commands will show us the versions.
Help improve this page
Page status: No known problems
You can:
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion