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
[GET] /_next/data/3zBsHAR-VR-K8jdmawK4f/en/quickstarts.json
12:18:57:16
✘ [ERROR] Could not resolve "@code-hike/mdx/dist/components.cjs.js"
_mdx_bundler_entry_point-9a9e6ec8-d81f-4556-b602-ab94c4b683e5.mdx:3:17:
3 │ import {CH} from "@code-hike/mdx/dist/components.cjs.js";
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can mark the path "@code-hike/mdx/dist/components.cjs.js" as external to exclude it from the bundle, which will remove this error.
2022-02-15T04:19:00.043Z 9ec31cd5-e095-4460-8e4a-13825e71a5a8 ERROR Error: Build failed with 1 error:
_mdx_bundler_entry_point-9a9e6ec8-d81f-4556-b602-ab94c4b683e5.mdx:3:17: ERROR: Could not resolve "@code-hike/mdx/dist/components.cjs.js"
at failureErrorWithLog (/var/task/node_modules/esbuild/lib/main.js:1601:15)
at /var/task/node_modules/esbuild/lib/main.js:1247:28
at runOnEndCallbacks (/var/task/node_modules/esbuild/lib/main.js:1032:63)
at buildResponseToResult (/var/task/node_modules/esbuild/lib/main.js:1245:7)
at /var/task/node_modules/esbuild/lib/main.js:1354:14
at /var/task/node_modules/esbuild/lib/main.js:664:9
at handleIncomingPacket (/var/task/node_modules/esbuild/lib/main.js:761:9)
at Socket.readFromStdout (/var/task/node_modules/esbuild/lib/main.js:631:7)
at Socket.emit (events.js:400:28)
at addChunk (internal/streams/readable.js:293:12) {
errors: [
{
detail: undefined,
location: [Object],
notes: [Array],
pluginName: '',
text: 'Could not resolve "@code-hike/mdx/dist/components.cjs.js"'
}
],
warnings: [],
page: '/[...slug]'
}
RequestId: 9ec31cd5-e095-4460-8e4a-13825e71a5a8 Error: Runtime exited with error: exit status 1
Runtime.ExitError
mdx-bundler
version: 8.0.1node
version: 14Relevant code or config
What you did:
add a remark plugin
What happened:
Reproduction repository:
willin/nextjs-docs@9fca0ab
Problem description:
Suggested solution:
have no idea.
willin/nextjs-docs@7da89a2
still not working
The text was updated successfully, but these errors were encountered: