Yarn: Overriding Node LTS version when installing with Choco

Created on 24 Jun 2017  路  5Comments  路  Source: yarnpkg/yarn

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.

os-windows

Most helpful comment

Maybe it will help you.
choco install yarn --ignore-dependencies

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings