Describe the bug
I installed yarn and nx globally, and all packages, and ran yarn compile successfully. But when I ran yarn dev, I got: Lerna (powered by Nx) Cannot find project '@papanasi/react'.
To Reproduce
Steps to reproduce the behavior:
- Clone this repo
- Run
yarn global add lerna
- Run
yarn global add nx@latest
- Run
yarn
- Run
yarn compile
- Run
yarn dev, or run `yarn compile --platforms react
Expected behavior
Will compile in dev mode and watch the changes
Screenshots

Desktop (please complete the following information):
- OS: Edition Windows 10 Home 22H2
- Node: v20.15.1