Skip to content

Instantly share code, notes, and snippets.

@Mike1stver
Forked from jreyes/node.sh
Created September 15, 2019 01:30
Show Gist options
  • Select an option

  • Save Mike1stver/80b7218e94a89a24d4aa662c3b471457 to your computer and use it in GitHub Desktop.

Select an option

Save Mike1stver/80b7218e94a89a24d4aa662c3b471457 to your computer and use it in GitHub Desktop.

Revisions

  1. @jreyes jreyes created this gist May 20, 2018.
    9 changes: 9 additions & 0 deletions node.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    sudo apt-get install curl

    curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -

    sudo apt-get install nodejs

    node -v

    npm -v