-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.npmrc
More file actions
14 lines (14 loc) · 872 Bytes
/
Copy path.npmrc
File metadata and controls
14 lines (14 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Use the PUBLIC npm registry for this repo, overriding any global corporate proxy
# (e.g. a Serpro Nexus in ~/.npmrc) that 400s on the audit advisory endpoint and
# lags on new versions. This is a public-package project (@refarm.dev), so it has
# no need of a private mirror. A developer's global config (for other/work repos)
# is untouched. Override locally with `npm_config_registry=` if ever needed.
registry=https://registry.npmjs.org/
shamefully-hoist=false
strict-peer-dependencies=false
link-workspace-packages=true
# Do not let pnpm self-install the `packageManager`-pinned version. With the pin
# present, a mismatched pnpm recursed into `pnpm add pnpm@<v>` self-installs under
# .tools/pnpm/<v>_tmp_* — a fork storm that exhausted the shared devcontainer.
# The active pnpm is provisioned by the image/Corepack instead.
manage-package-manager-versions=false