1: Install NPM and NEAR-CLI
Install NPM and NEAR-CLI
-
Download and install the node.js most compatible with your system: https://nodejs.org/en/download/. We recommend the LTS version.
-
Confirm the installation by running this command in your terminal:
node -v
A successful installation returns a version number.
- Install Near-shell:
sudo npm install -g near-cli
near --version
A successful installation returns a version number.