You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
I installed yarn and nx globally, and all packages, and ran
yarn compile
successfully. But when I ranyarn dev
, I got:Lerna (powered by Nx) Cannot find project '@papanasi/react'
.To Reproduce
Steps to reproduce the behavior:
yarn global add lerna
yarn global add nx@latest
yarn
yarn compile
yarn dev
, or run `yarn compile --platforms reactExpected behavior
Will compile in dev mode and watch the changes
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: