Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Created October 27, 2017 07:10
Show Gist options
  • Save ThaddeusJiang/499fc2a5012290c071365a1dd1a5e961 to your computer and use it in GitHub Desktop.
Save ThaddeusJiang/499fc2a5012290c071365a1dd1a5e961 to your computer and use it in GitHub Desktop.
Linux 安装 Node.js
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash
$ . ~/.nvm/nvm.sh

$ nvm install node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment