Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 261 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 261 Bytes

Setup node and npm environment

Example for amd64 system

wget https://nodejs.org/dist/v9.11.1/node-v9.11.1-linux-x64.tar.xz
xz -d node-v9.11.1-linux-x64.tar.xz
tar xvf node-v9.11.1-linux-x64.tar
export PATH=$PATH:<work dir>/node-v9.11.1-linux-x64/bin