Replies: 1 comment
-
|
I ran into the same the issue. I don't know exactly how the module resolution process works here, but the issue seems to be that your package is named |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im trying to run a sveltekit library project inside pnpm workspace.
pnpm devgetting this error:But this works outside workspace.
project tree:
/packages/svelte/package.json
{ ... "peerDependencies": { "svelte": "^4.0.0" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.0.0", "@sveltejs/kit": "^2.5.10", "@sveltejs/package": "^2.0.0", "@sveltejs/vite-plugin-svelte": "^3.0.0", "@types/eslint": "^8.56.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.36.0-next.4", "prettier": "^3.1.1", "prettier-plugin-svelte": "^3.1.2", "publint": "^0.1.9", "svelte": "^5.0.0-next.1", "svelte-check": "^3.6.0", "tslib": "^2.4.1", "typescript": "^5.0.0", "vite": "^5.0.11" }, ... }root package.json
Beta Was this translation helpful? Give feedback.
All reactions