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.

generate-lock-entry.md 691 B

3 years ago
123456789101112131415161718192021222324
  1. ---
  2. id: docs_cli_generate_lock_entry
  3. guide: docs_cli
  4. layout: guide
  5. ---
  6. <p class="lead">Generates a lock file entry.</p>
  7. ##### `yarn generate-lock-entry` <a class="toc" id="toc-yarn-generate-lock-entry" href="#toc-yarn-generate-lock-entry"></a>
  8. _Note: This command is considered for advanced use-cases and tooling only. It generates a lock file entry given the current `package.json` manifest file._
  9. ```sh
  10. $ yarn generate-lock-entry
  11. # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
  12. # yarn lockfile v1
  13. yarnpkg@0.14.0:
  14. version "0.14.0"
  15. dependencies:
  16. babel-plugin-transform-inline-imports-commonjs "^1.0.0"
  17. babel-runtime "^6.0.0"
  18. bytes "^2.4.0"
  19. [...]
  20. ```

js yarn包管理组件依赖分析

Contributors (1)