We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using nuxt content inside a project with pnpm without shamefully-hoist option, vite warnings are show about failing to optimize deps
Do those libraries need to be installed too?
mdc/src/module.ts
Lines 170 to 180 in 0c8167c
repro: https://stackblitz.com/edit/nuxt-starter-q2mm6x?file=.npmrc,package.json
The text was updated successfully, but these errors were encountered:
Same problem. And after installing all the above dependencies the problem disappeared.
pnpm add -D debug parse5 rehype-raw remark-emoji remark-gfm remark-mdc remark-rehype unified unist-util-visit
Sorry, something went wrong.
same problem here and @Sun-ZhenXing "solution" works
No branches or pull requests
When using nuxt content inside a project with pnpm without shamefully-hoist option, vite warnings are show about failing to optimize deps
Do those libraries need to be installed too?
mdc/src/module.ts
Lines 170 to 180 in 0c8167c
repro: https://stackblitz.com/edit/nuxt-starter-q2mm6x?file=.npmrc,package.json
The text was updated successfully, but these errors were encountered: