if yarn v2+ is globally then prefer npm
or recommend to downgrade to yarn classic
globally
#1583
Labels
npm
or recommend to downgrade to yarn classic
globally
#1583
Yarn 2+ has a different way to how they hoist modules but also not ideal to have those installed globally installed . From Yarn docs:
We can improve the CLI if globally
yarn
installed is not classic prefernpm
or ifnpm
somehow is not globally available recommend to downgrade toyarn classic
to reduce confusion.Another thing I am thinking, breaking change but by default avoid doing install and instead user provides a flag on what package manager they want to use.
Related
init
makegit
disabled by defualt #1532The text was updated successfully, but these errors were encountered: