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
mdx-bundler
node
npm
What you did: I wanted to update Remix to newest version 1.7.0.
1.7.0
What happened: I'm getting following error from npm:
Command failed: npm install --save-dev @remix-run/[email protected] @remix-run/[email protected] [email protected] --color=always npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/esbuild npm ERR! peer esbuild@"*" from @esbuild-plugins/[email protected] npm ERR! node_modules/@esbuild-plugins/node-modules-polyfill npm ERR! @esbuild-plugins/node-modules-polyfill@"^0.1.4" from @remix-run/[email protected] npm ERR! node_modules/@remix-run/dev npm ERR! dev @remix-run/dev@"1.7.0" from the root project npm ERR! peer esbuild@"*" from @esbuild-plugins/[email protected] npm ERR! node_modules/@esbuild-plugins/node-resolve npm ERR! @esbuild-plugins/node-resolve@"^0.1.4" from [email protected] npm ERR! node_modules/mdx-bundler npm ERR! mdx-bundler@"^9.0.1" from the root project npm ERR! 3 more (@mdx-js/esbuild, @yarnpkg/esbuild-plugin-pnp, the root project) npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer esbuild@"0.11.x || 0.12.x || 0.13.x || 0.14.x" from [email protected] npm ERR! node_modules/mdx-bundler npm ERR! mdx-bundler@"^9.0.1" from the root project npm ERR! npm ERR! Conflicting peer dependency: [email protected] npm ERR! node_modules/esbuild npm ERR! peer esbuild@"0.11.x || 0.12.x || 0.13.x || 0.14.x" from [email protected] npm ERR! node_modules/mdx-bundler npm ERR! mdx-bundler@"^9.0.1" from the root project
The text was updated successfully, but these errors were encountered:
Can we get a new release to bump mdx-bundler's version requirements to include [email protected] ?
[email protected]
Sorry, something went wrong.
Looks like the following PR may be all we need: #188
Same here
No branches or pull requests
mdx-bundler
version: ^9.0.1node
version: 16.4.2npm
version: 8.13.2What you did:
I wanted to update Remix to newest version
1.7.0
.What happened:
I'm getting following error from
npm
:The text was updated successfully, but these errors were encountered: