-
Description after installing packages and running: www:dev: [1] Import trace for requested module:
www:dev: [1] ./src/registry/default/example/playground-demo.tsx
www:dev: [1] - wait compiling...
www:dev: [1] - error ./src/components/context/settings-store.ts:1:0
www:dev: [1] Module not found: Can't resolve '@udecode/plate-common'
www:dev: [1] > 1 | import { createStore } from '@udecode/plate-common';
www:dev: [1] 2 |
www:dev: [1] 3 | import {
www:dev: [1] 4 | CheckedId,
www:dev: [1]
www:dev: [1] https://nextjs.org/docs/messages/module-not-found Steps to Reproduce cd plate
yarn install
yarn dev goto: http://localhost:3000 What I tried Did not work |
Beta Was this translation helpful? Give feedback.
Answered by
12joan
Sep 2, 2023
Replies: 1 comment 1 reply
-
Did you run |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Ashu999
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you run
yarn build
like it says in the contributing guide you linked?