π If this is your first time, you have to follow steps to fully install dependencies before you start. π Unless you're a rookie, feel free to skip this section.
Quick validation
All the versions should be shown.
1
node --version
2
npm --version
3
npx --version
4
rustup --version
5
rustc --version
6
cargo --version
7
solana --version
Copied!
If all are fine, you can skip the rest of this section. Otherwise, install the absent ones.
Install Node
Node version >= 8.10
The newest version is highly recommended.
Due to NodeJS is just shipped along with some OS as default. You can check it by,
You can go to Rust Installation and follow instructions. The installation will deliver rustup, rustc, and cargo packages in once. To check the installation,