monorepo-example
monorepo-example copied to clipboard
Getting module not found error for shared modules
I did
yarn install
yarn bootstrap
yarn components:storybook
is working
yarn webapp:start
is giving following error
ERROR in ./src/components/App.tsx
Module not found: Error: Can't resolve '@monorepo/components' in '/Users/.../monorepo-example/packages/webapp/src/components'
@ ./src/components/App.tsx 22:0-65 70:35-40 77:31-41 86:31-37 93:50-56 98:30-35 105:29-39 108:30-40
@ ./src/index.tsx
@ multi (webpack)-dev-server/client?http://localhost:9000 ./src/index.tsx
ERROR in ./src/components/App.tsx
Module not found: Error: Can't resolve '@monorepo/core' in '/Users/apple/Documents/code/admitkard/monorepo-example/packages/webapp/src/components'
@ ./src/components/App.tsx 23:0-47 107:15-18 110:15-23
@ ./src/index.tsx
@ multi (webpack)-dev-server/client?http://localhost:9000 ./src/index.tsx