Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 421 Bytes

File metadata and controls

25 lines (18 loc) · 421 Bytes

Install nodejs ^16.0.0

Dowload the latest binary from the official nodejs site.

Verify your installation

node -v
npm -v

Make sure to install the latest stable Node version to avoid errors while installing node_modules

sudo npm cache clean -f
sudo npm install -g n
sudo n stable

Install yarn

npm install --global yarn
yarn --version