Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import error while install nuxt/content with nuxtjs/mdc #202

Open
dkhoperiya opened this issue May 14, 2024 · 1 comment
Open

Import error while install nuxt/content with nuxtjs/mdc #202

dkhoperiya opened this issue May 14, 2024 · 1 comment

Comments

@dkhoperiya
Copy link

Hi!

I'm trying to add nuxt/content to existing project and catch error:

[nitro] [unhandledRejection] TypeError: Expected node, got[object Object]at assertNode (file:///Users/dkhoperiya/platform_test/node_modules/unified/lib/index.js:1258:11) at Function.run (file:///Users/dkhoperiya/platform_test/node_modules/unified/lib/index.js:874:5) at executor (file:///Users/dkhoperiya/platform_test/node_modules/unified/lib/index.js:737:12) at new Promise (<anonymous>) at Function.process (file:///Users/dkhoperiya/platform_test/node_modules/unified/lib/index.js:720:47) at <anonymous> (/Users/dkhoperiya/platform_test/node_modules/@nuxtjs/mdc/dist/runtime/parser/index.mjs:72:43)

nuxt/content latest
unified latest

When i try to downgrade unifide to major 10 version it starts to work, but with some errors later.

Any ideas?

@farnabaz
Copy link
Collaborator

This is a generic error and could have many reasons. It might happen because of a conflict between some plugin or unsupported syntax in one of your files.
If you could find which file causes this issue and share the content, we can find the cause much faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants