Tanuel / yarn-2-bug-test

Bug example for Yarn v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yarn 2 Bug test

This is a repository to show a bug currently existing in Yarn 2

On Windows, you cannot run yarn commands from package.json in a workspace

Tested on:

  • Windows 10 cmd
  • Windows 10 PowerShell
yarn install # set up workspaces
yarn test-direct #works
yarn test-proxy #works
yarn test-ws-direct #works
yarn test-ws-proxy #does not work: "command not found: yarn"

About

Bug example for Yarn v2


Languages

Language:JavaScript 100.0%