Open
Description
Describe the bug
After cloning the code and entering the web directory, I executed yarn install --frozen-lockfile according to the README.md. Since I'm using a WIN10 computer, I added the command $env:NODE_ENV = "development"; yarn ls:dev. The error message is:
yarn run v1.22.22
$ nx run labelstudio:serve:development
NX Given napi value is not an array
Pass --verbose to see the stacktrace.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.