From 64436276d08b6c9e623fd3d1afb2f4f3c4cc3c82 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Wed, 24 May 2023 11:03:43 -0400 Subject: [PATCH] Add npmrc per pnpm RFC updates --- files/.npmrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 files/.npmrc diff --git a/files/.npmrc b/files/.npmrc new file mode 100644 index 00000000..5dc08ed1 --- /dev/null +++ b/files/.npmrc @@ -0,0 +1,8 @@ +# Docs: https://pnpm.io/npmrc +# https://github.com/emberjs/rfcs/pull/907 + +# we don't want addons to be bad citizens of the ecosystem +auto-install-peers=false + +# we want true isolation, if a dependency is not declared, we want an error +resolve-peers-from-workspace-root=false