Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Uses batch file on Windows #276

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jonathansampson
Copy link
Contributor

The spawn method will locate the wrong 'yarn' on Windows. When installed, Yarn will drop a yarn, yarn.cmd, and yarn.js onto the system. Numerous issues on yarnpkg/yarn detail the types of problems Windows users can face when calling yarn via script; calling yarn.cmd will disambiguate the request.

The spawn method will locate the wrong 'yarn' on Windows. When installed, Yarn will drop a `yarn`, `yarn.cmd`, and `yarn.js` onto the system. Numerous issues on yarnpkg/yarn detail the types of problems Windows users can face when calling _yarn_ via script; calling yarn.cmd will disambiguate the request.
@jonathansampson jonathansampson requested a review from onyb October 12, 2021 05:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant