davidmarkclements / 0x

🔥 single-command flamegraph profiling 🔥
MIT License
3.21k stars 103 forks source link

0x not working with yarn berry #262

Closed carlduevel closed 2 years ago

carlduevel commented 2 years ago

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": "yarn@3.2.1",
  "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.

mcollina commented 2 years ago

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

github-actions[bot] commented 2 years ago

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] commented 2 years ago

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