yarn start in the app-one folder doesn't work so I ran yarn in that folder to (presumably) pull in / link dependencies which changed the error, then got:
Module not found: Can't resolve '@project/components' in 'C:\_src\react-workspaces\packages\apps\app-one\src'
tried a yarn build in the component directory but that failed as well:
Tried following the instructions, this doesn't work in VS Code:
error:
So tried a straight git clone of :
https://github.com/react-workspaces/react-workspaces-playground/
... then followed by
yarn
as per instructions.yarn start in the app-one folder doesn't work so I ran
yarn
in that folder to (presumably) pull in / link dependencies which changed the error, then got:tried a
yarn build
in the component directory but that failed as well: