Running the web version doesn't work
OogieBoogieInJSON opened this issue · 1 comments
OogieBoogieInJSON commented
I'm trying to run yarn workspace web start
but I get this error:
src/index.tsx:3:21 - error TS2307: Cannot find module 'components/src/App'.
3 import { App } from 'components/src/App'
I'm running Windows 10. It works for the mobile version.
OogieBoogieInJSON commented
I was using node 12. Works on LTS.