/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v21.2.18
.npmrc
11 строк
600 B
Paul Gschwendtner
Further clean-up `rules_nodejs` `npm` workspace and remove `yarn.lock` (#29779)
11 мар 2025, 12:05
Не верифицирован
11 мар 2025, 12:05
9dd3f03
Код
Авторство
О чём код?
engine-strict = true # Disabling pnpm [hoisting](https://pnpm.io/npmrc#hoist) by setting `hoist=false` is recommended on # projects using rules_js so that pnpm outside of Bazel lays out a node_modules tree similar to what # rules_js lays out under Bazel (without a hidden node_modules/.pnpm/node_modules) hoist=false # Avoid pnpm auto-installing peer dependencies. We want to be explicit about our versions used # for peer dependencies, avoiding potential mismatches. In addition, it ensures we can continue # to rely on peer dependency placeholders substituted via Bazel. auto-install-peers=false