Skip to content

Instantly share code, notes, and snippets.

@fire9
Created December 27, 2017 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fire9/c90cc28857c0cd2165d96649e22ca854 to your computer and use it in GitHub Desktop.
Save fire9/c90cc28857c0cd2165d96649e22ca854 to your computer and use it in GitHub Desktop.
YARN 常用命令

YARN 常用命令

安装 yarn

$ curl -o- -L https://yarnpkg.com/install.sh | bash

yarn 相关命令

$ yarn version
$ yarn init
$ yarn add express
$ yarn remove express
$ yarn add express@3.10.1
$ yarn upgrade express@4.15.1
$ yarn licenses generate-disclaimer
$ yarn why promise

参考

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