Skip to content

Instantly share code, notes, and snippets.

@hehongwei44
Last active August 29, 2015 14:04
Show Gist options
  • Save hehongwei44/e165642af53429bff664 to your computer and use it in GitHub Desktop.
Save hehongwei44/e165642af53429bff664 to your computer and use it in GitHub Desktop.
npm相关的知识点介绍

##本地环境安装一个包

示例:npm install express 或者 npm i express。

##全局环境安装一个包

示例:npm install -g express 或者 npm i -g express。

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