0x
                                
                                 0x copied to clipboard
                                
                                    0x copied to clipboard
                            
                            
                            
                        0x not working with yarn berry
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.
I'm not sure if we can help, we are not users of yarn berry
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.
This issue was closed because it has been stalled for 5 days with no activity.