Replies: 2 comments 3 replies
-
|
This might help? https://gitnation.com/contents/configurational-dependencies-in-pnpm (Plan to watch it later today) |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Create In your main project’s For a local config TL;DR: Put shared config in a package and reference it via |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In v10 I had several configuration items (such as
lockfileandallowedDeprecatedVersions) in my global pnpm configuration file. Apparently v11 no longer allows/supports this. Instead there's the concept of configDependencies now, but I don't understand its documentation and can't find any examples on the web.How/where must I define
my-configs(from the example in the documentation)?How can I use the mentioned attributes in
my-configs?Can somebody give a full example?
Beta Was this translation helpful? Give feedback.
All reactions