-
Notifications
You must be signed in to change notification settings - Fork 59
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
Error - No "exports" main defined in /var/task/node_modules/devalue/package.json #36
Comments
Following the suggestion:
const config = {
plugins: [sveltekit()],
ssr: {
noExternal: ['devalue']
}
}; |
@filipkowal wow this solved my problem on Vercel build as well :) Thank you. My steps are.
|
Using straight ts-node (no vite or svelte) and hitting this same error.
/devalue/3.1.3:
resolution: {integrity: sha512-9KO89Cb+qjzf2CqdrH+NuLaqdk9GhDP5EhR4zlkR51dvuIaiqtlkDkGzLMShDemwUy21raSMdu+kpX8Enw3yGQ==}
dev: false |
Should be fixed now, see here: sveltejs/kit#6462 (comment) |
Same issue here on devalue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found duplicate: sveltejs/kit#6462
I get an error when trying to publish the latest sveltekit to netlify:
Error - No "exports" main defined in /var/task/node_modules/devalue/package.json
My Sveltekit project package.json:
Found more information here:
devalue import fails with adapter-node
devalue cause crash on Netlify after update
The text was updated successfully, but these errors were encountered: