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

can not find #18

Open
craigcosmo opened this issue Aug 13, 2024 · 2 comments
Open

can not find #18

craigcosmo opened this issue Aug 13, 2024 · 2 comments

Comments

@craigcosmo
Copy link

CleanShot 2024-08-13 at 09 53 54

I got this bug: Cannot find module '@ernane/svelte-star-rating' or its corresponding type declarations

my package

                "@silintl/svelte-google-places-autocomplete": "^1.2.5",
		"@sveltejs/adapter-auto": "^3.2.3",
		"@sveltejs/adapter-node": "^5.2.1",
		"@sveltejs/kit": "^2.5.21",
		"@sveltejs/vite-plugin-svelte": "^3.1.1",
		"@types/bun": "^1.1.6",
		"@types/js-cookie": "^3.0.6",
		"@types/store": "^2.0.5",
		"@typescript-eslint/eslint-plugin": "^8.0.1",
		"@typescript-eslint/parser": "^8.0.1",
                "tailwindcss": "^3.4.9",
		"tslib": "^2.6.3",
		"typescript": "^5.5.4",
		"uniqid": "^5.4.0",
		"vite": "^5.4.0",
		"vitest": "^2.0.5"
@erikjalevik
Copy link

erikjalevik commented Sep 25, 2024

Also seeing this along with this error on npm run dev:

Error: <StarRating> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules. Otherwise you may need to fix a <StarRating>.

@craigcosmo
Copy link
Author

I wrote my own star rating component, faster than debugging this package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants