Skip to content

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

Open
@kristianmandrup

Description

@kristianmandrup

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/sveltekit@18.0.0

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/sveltekit@18.0.0

Expected behavior

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

Additional context

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions