We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paths, listed with yarn config --why, should not include the escape character.
yarn config --why
Example:
➤ YN0000: cacheFolder <internal> C:\\Users\\<USER>\\AppData\\Local\\Yarn\\Berry\\cache
➤ YN0000: cacheFolder <internal> C:/Users/<USER>/AppData/Local/Yarn/Berry/cache
yarn init -y
yarn set version canary
System: OS: Windows 11 Binaries: Node: 16.17.0 Yarn: 4.0.0-rc.39
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Self-service
Describe the bug
Paths, listed with
yarn config --why
, should not include the escape character.Example:
Actual:
➤ YN0000: cacheFolder <internal> C:\\Users\\<USER>\\AppData\\Local\\Yarn\\Berry\\cache
Expected
➤ YN0000: cacheFolder <internal> C:/Users/<USER>/AppData/Local/Yarn/Berry/cache
To reproduce
yarn init -y
yarn set version canary
yarn config --why
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: