I'm trying to install GRVTBot on AWS EC2 (Ubuntu 24.04) and Docker build fails with:
- error TS2339: Property 'env' does not exist on type 'ImportMeta'
- Cannot find module './styles/globals.css'
The build fails at: npm run build --workspace=@grvt-grid/dashboard
Same issue happens on macOS M4. Is this a known issue?
I'm trying to install GRVTBot on AWS EC2 (Ubuntu 24.04) and Docker build fails with:
The build fails at: npm run build --workspace=@grvt-grid/dashboard
Same issue happens on macOS M4. Is this a known issue?