and_cesbo

Node.JS

Mar 10th, 2020
579
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. mkdir -p /usr/local/lib/nodejs
  2. curl -LO https://nodejs.org/dist/v12.16.1/node-v12.16.1-linux-x64.tar.xz
  3. tar -xJf node-v12.16.1-linux-x64.tar.xz -C /usr/local/lib/nodejs
  4. ln -nfs /usr/local/lib/nodejs/node-v12.16.1-linux-x64/bin/* /usr/bin/
Add Comment
Please, Sign In to add comment