I am running a Windows system with Node LTS version installed. Yesterday, I downloaded yarn using the choco package manager.
What happend?
Choco has overridden my existing nodejs installation and replaced it with node v8.
Expected behavior:
Recognize LTS version, do not override existing system without asking.
Did you install Node.js via Chocolatey or via some other mechanism?
@Daniel15 Node.js has been installed using Chocolatey.
@nicostuhlfauth Did you find a solution to this
Maybe it will help you.
choco install yarn --ignore-dependencies
Closing since this is not a Yarn issue.
Most helpful comment
Maybe it will help you.
choco install yarn --ignore-dependencies