Skip to content

Latest commit

 

History

History

frontend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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