cai nodejs ubuntu

Install Node.js on Ubuntu by running the following commands in your terminal:

  1. Update the package manager: sudo apt update

  2. Install Node.js: sudo apt install nodejs

  3. Install npm (Node Package Manager): sudo apt install npm

  4. Verify the installation: node -vnpm -v

This should successfully install Node.js and npm on your Ubuntu system.