You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
566 B
12 lines
566 B
1 year ago
|
# 设置源 为淘宝源
|
||
|
# registry =https://registry.npm.taobao.org
|
||
|
|
||
|
# 默认情况下,PNPM创建了一个半模型,依赖关系可以访问未删除的依赖项,
|
||
|
# 但在node_modules之外的模块不会。 使用此布局,生态系统中的大多数包都没有问题。
|
||
|
# 但是,如果某些工具仅在Node_Modules的根目录中工作时,您可以将其设置为true以为您提升。
|
||
|
# shamefully-hoist=true
|
||
|
|
||
|
# 结合根目录的 package.json 中的 engines 字段,
|
||
|
# 我们可以指定运行的 node 版本和 pnpm 版本。
|
||
|
engine-strict=true
|