You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

deb-specific-version.md 319 B

3 years ago
12345
  1. It is recommended that you lock in a specific version of Yarn, so that all your builds use the same version of Yarn, and you can test new Yarn releases before switching over. You can do this by adding the version number to the `apt-get install` call:
  2. ```
  3. sudo apt-get install -y -qq yarn={{site.latest_version}}-1
  4. ```

js yarn包管理组件依赖分析

Contributors (1)