You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/handlers/handleRead.js:4:24:
4 │ import { getType } from "mime/lite.js"
╵ ~~~~~~~~~~~~~~
The Yarn Plug'n'Play manifest forbids importing "mime" here because it's not listed as a
dependency of this package:
../../.pnp.cjs:37:31:
37 │ "packageDependencies": [\
╵ ~~
You can mark the path "mime/lite.js" as external to exclude it from the bundle, which will
remove this error.
✘ [ERROR] Could not resolve "unified"
src/pages/markdown.js:1:24:
1 │ import { unified } from "unified"
╵ ~~~~~~~~~
The Yarn Plug'n'Play manifest forbids importing "unified" here because it's not listed as a
dependency of this package:
../../.pnp.cjs:37:31:
37 │ "packageDependencies": [\
╵ ~~
You can mark the path "unified" as external to exclude it from the bundle, which will remove
this error.
✘ [ERROR] Could not resolve "remark-parse"
src/pages/markdown.js:2:24:
2 │ import remarkParse from "remark-parse"
╵ ~~~~~~~~~~~~~~
The Yarn Plug'n'Play manifest forbids importing "remark-parse" here because it's not listed as a
dependency of this package:
../../.pnp.cjs:37:31:
37 │ "packageDependencies": [\
╵ ~~
You can mark the path "remark-parse" as external to exclude it from the bundle, which will
remove this error.
✘ [ERROR] Could not resolve "remark-gfm"
src/pages/markdown.js:3:22:
3 │ import remarkGfm from "remark-gfm"
╵ ~~~~~~~~~~~~
The Yarn Plug'n'Play manifest forbids importing "remark-gfm" here because it's not listed as a
dependency of this package:
../../.pnp.cjs:37:31:
37 │ "packageDependencies": [\
╵ ~~
You can mark the path "remark-gfm" as external to exclude it from the bundle, which will remove
this error.
✘ [ERROR] Could not resolve "remark-rehype"
src/pages/markdown.js:4:25:
4 │ import remarkRehype from "remark-rehype"
╵ ~~~~~~~~~~~~~~~
The Yarn Plug'n'Play manifest forbids importing "remark-rehype" here because it's not listed as
a dependency of this package:
../../.pnp.cjs:37:31:
37 │ "packageDependencies": [\
╵ ~~
You can mark the path "remark-rehype" as external to exclude it from the bundle, which will
remove this error.
✘ [ERROR] Could not resolve "rehype-stringify"
src/pages/markdown.js:5:28:
5 │ import rehypeStringify from "rehype-stringify"
╵ ~~~~~~~~~~~~~~~~~~
The Yarn Plug'n'Play manifest forbids importing "rehype-stringify" here because it's not listed
as a dependency of this package:
../../.pnp.cjs:37:31:
37 │ "packageDependencies": [\
╵ ~~
You can mark the path "rehype-stringify" as external to exclude it from the bundle, which will
remove this error.
✘ [ERROR] Could not resolve "mdast-util-to-string"
src/pages/markdown.js:6:25:
6 │ import { toString } from "mdast-util-to-string"
╵ ~~~~~~~~~~~~~~~~~~~~~~
The Yarn Plug'n'Play manifest forbids importing "mdast-util-to-string" here because it's not
listed as a dependency of this package:
../../.pnp.cjs:37:31:
37 │ "packageDependencies": [\
╵ ~~
You can mark the path "mdast-util-to-string" as external to exclude it from the bundle, which
will remove this error.
✘ [ERROR] Could not resolve "vfile-message"
src/pages/markdown.js:8:29:
8 │ import { VFileMessage } from "vfile-message"
╵ ~~~~~~~~~~~~~~~
The Yarn Plug'n'Play manifest forbids importing "vfile-message" here because it's not listed as
a dependency of this package:
../../.pnp.cjs:37:31:
37 │ "packageDependencies": [\
╵ ~~
You can mark the path "vfile-message" as external to exclude it from the bundle, which will
remove this error.
The text was updated successfully, but these errors were encountered:
✘ [ERROR] Build failed with 8 errors:
✘ [ERROR] Could not resolve "mime/lite.js"
dependency of this package:
remove this error.
✘ [ERROR] Could not resolve "unified"
dependency of this package:
this error.
✘ [ERROR] Could not resolve "remark-parse"
dependency of this package:
remove this error.
✘ [ERROR] Could not resolve "remark-gfm"
dependency of this package:
this error.
✘ [ERROR] Could not resolve "remark-rehype"
a dependency of this package:
remove this error.
✘ [ERROR] Could not resolve "rehype-stringify"
as a dependency of this package:
remove this error.
✘ [ERROR] Could not resolve "mdast-util-to-string"
listed as a dependency of this package:
will remove this error.
✘ [ERROR] Could not resolve "vfile-message"
a dependency of this package:
remove this error.
The text was updated successfully, but these errors were encountered: