A
arktype5mo ago
Cobain

Multiple versions

Everytime I do some action with npm in my project, I get reinstalled two versions of arktype which break the project, this is the package.json part:
"arktype": "2.0.0-rc.5",
"arktype": "2.0.0-rc.5",
No description
2 Replies
ssalbdivad
ssalbdivad5mo ago
That sounds like a crazy issue with whatever framework you're using that manages your installs. You said something about Sveltekit? Maybe they need to update their peer dependencies
Dimava
Dimava5mo ago
Try using package json Resolutions or whatever they are for npm to freese the package version project-wide

Did you find this page helpful?