-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Closed as not planned
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Description
What is the problem this feature will solve?
we try to use corepack and "packageManager" to force developers use the same pnpm version, but developers always forget to enable corepack(because it's turned off by default and when we switch node version it's turned off again) which makes packageManager not working at all
What is the feature you are proposing to solve the problem?
enable corepack by default if package.json contains "packageManager".
What alternatives have you considered?
we currently use "engine.pnpm" field to check whether developers use same pnpm version but engine field is annoying when we deals with tons of projects with different version
styfle, himself65, andriyor, sairion, chenjiahan and 221 morecheshrkatdubzzz, ematipico, wojtekmaj, so1ve, lachlancollins and 36 morerunderworld, theb4rt, Trewaters, jainChetan81, hamlim and 3 more
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Type
Projects
Status
Triaged