0x icon indicating copy to clipboard operation
0x copied to clipboard

0x not working with yarn berry

Open carlduevel opened this issue 3 years ago • 1 comments

I'd like to use 0x in a project with a current yarn release (3.2.1). 0x behaves strangely in this environment. I can reproduce this behavior with this very simple package.json:

{
  "name": "yarn_0x_test",
  "packageManager": "[email protected]",
  "dependencies": {
    "0x": "^5.3.1"
  },
  "scripts": {
    "0x": "0x -v"
  },
  "version": "0.0.0"
}

Running yarn 0x leads to no output and returns successfully. Calling it with the version flag is just an example of course. This happens for all other 0x executions too, but this is the simplest example.

carlduevel avatar Jul 14 '22 06:07 carlduevel

I'm not sure if we can help, we are not users of yarn berry

mcollina avatar Jul 14 '22 09:07 mcollina

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Aug 14 '22 03:08 github-actions[bot]

This issue was closed because it has been stalled for 5 days with no activity.

github-actions[bot] avatar Aug 19 '22 03:08 github-actions[bot]