-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
'parcelRequire is not defined' When used with snowpack. #753
Comments
I found a fix: <script>
var parcelRequire;
</script> |
I got this error when using electron-builder in build mode and @arnu515 's fix solved it for me. Just adding this to help the next person keyword search this solution faster. :) |
Same error using Vitejs |
I swear this will sound like a joke but when I use @arnu515's answer I get prompted to print the web page. |
Sometimes this happens when you do python and js together. You might have added a |
Good call, that was it. I’ve been coding in Dart for the last 8 months so I guess my muscle memory just screwed me up.
… Le 31 juil. 2021 à 07:03, arnu515 ***@***.***> a écrit :
Sometimes this happens when you do python and js together. You might have added a print instead of a console.log. The former statement prompts you to print the page.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@Olyno Did you find any solution? |
Not at all, I just stopped use this project @major697 |
Confirm this solution works for Svelte and SvelteKit which use ViteJS. |
This has been solved in |
Hello,
I am using this library with svelte and snowpack.
snowpack build
runs fine but If isnowpack dev
, the following line will throw an error:It throws the following error:
Source:
I am using v1.3.0
The text was updated successfully, but these errors were encountered: