Closed jetlej closed 4 years ago
I ran npm install within /site, and then npm run dev, and I get this error:
npm install
npm run dev
TSError: ⨯ Unable to compile TypeScript: src/utils/i18n.ts:2:27 - error TS2307: Cannot find module '@coronatab/shared'. 2 import { LocaleIds } from '@coronatab/shared' at createTSError (/Users/jetlej/Downloads/CoronaTab-master/site/node_modules/ts-node/src/index.ts:421:12)
You need to go into /modules/shared and run npm i & npm run build :)
npm i & npm run build
Got it, thank you!
I ran
npm install
within /site, and thennpm run dev
, and I get this error: