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

Unable to build #13

Closed
UnsolvedCypher opened this issue Mar 8, 2024 · 1 comment
Closed

Unable to build #13

UnsolvedCypher opened this issue Mar 8, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@UnsolvedCypher
Copy link

Hello, thanks for this great project! When I try to build it, it's failing in the rollup:

➜  svelte-star-rating git:(main) ✗ npm run build

> @ernane/svelte-star-rating@1.1.5 build
> rollup -c


src/AtButton.svelte → dist/index.mjs, dist/index.js...
[!] Error: Could not resolve entry module (src/AtButton.svelte).
Error: Could not resolve entry module (src/AtButton.svelte).
    at error (/Users/mmcmillan/git/superapp/node_modules/.pnpm/@ernane+svelte-star-rating@1.1.5/node_modules/@ernane/svelte-star-rating/node_modules/.pnpm/rollup@2.79.1/node_modules/rollup/dist/shared/rollup.js:198:30)
    at ModuleLoader.loadEntryModule (/Users/mmcmillan/git/superapp/node_modules/.pnpm/@ernane+svelte-star-rating@1.1.5/node_modules/@ernane/svelte-star-rating/node_modules/.pnpm/rollup@2.79.1/node_modules/rollup/dist/shared/rollup.js:22306:20)
    at async Promise.all (index 0)

It seems that the rollup configuration is pointing at src/AtButton.svelte which doesn't exist.

@ErnaneJ ErnaneJ self-assigned this Mar 30, 2024
@ErnaneJ ErnaneJ added the bug Something isn't working label Mar 30, 2024
@ErnaneJ
Copy link
Owner

ErnaneJ commented Mar 30, 2024

Ah thank you! This may have been missed in an earlier version. I believe this has been resolved in the latest version. Check on version v1.1.6. Thank you again for your attention to this matter! 🫂

@ErnaneJ ErnaneJ closed this as completed Mar 30, 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

2 participants