otter icon indicating copy to clipboard operation
otter copied to clipboard

[Bug]: `yarn create` not working for Yarn 1.*

Open kpanot opened this issue 1 year ago • 1 comments

Package name

core, create, schematics, workspace

Package version

10.0.0

Reproduction steps

Execute the command yarn create @o3r my-app with yarn version 1.22.0

Current result

Error of requesting -w for package installed at workspace level.

Expected result

  • [x] #1226
  • [ ] #1227
  • [x] #1228

Additional comments

No response

kpanot avatar Jan 05 '24 10:01 kpanot

Work left to do : We recommand to use npm create, add "yarn create" limitation in the doc as known issues (there is only one .bin/create script on global and when multiple create packages the latest installed will be kept for create comamnd). Merge the PR #1230.

pginoux-1A avatar Apr 30 '24 08:04 pginoux-1A