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

Sveltekit - Nx 19.x not supported in latest release on npm #1098

Open
kristianmandrup opened this issue Jul 25, 2024 · 0 comments
Open

Sveltekit - Nx 19.x not supported in latest release on npm #1098

kristianmandrup opened this issue Jul 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kristianmandrup
Copy link
Contributor

Describe the bug

When I try to install @nxext/sveltekit in a recent Nx project I get the error:

npm ERR! Could not resolve dependency:
npm ERR! peer @nx/eslint@"^18.0.8" from @nxext/[email protected]

This is due to https://www.npmjs.com/package/@nxext/sveltekit being linked to Nx 18.0.0.
Please publish the latest version from github which supports Nx 19.3 https://github.com/nxext/nx-extensions/blob/main/packages/sveltekit/package.json

To Reproduce

Create a new Nx 19.x project
Run npm install @nxext/sveltekit

npm ERR! Could not resolve dependency:
npm ERR! peer @nx/eslint@"^18.0.8" from @nxext/[email protected]

Expected behavior

Installs the @nxext/sveltekit module witthout error in Nx 19.x

Additional context

@kristianmandrup kristianmandrup added the bug Something isn't working label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant