Failed to load node_modules/snowpack/lib/index.js #2482
Replies: 4 comments
-
The line mentioned here contains this: |
Beta Was this translation helpful? Give feedback.
-
Hi @StevenLangbroek , thanks for reporting. This does seem like it could be a bug so going to pass on to the other maintainers for investigation. |
Beta Was this translation helpful? Give feedback.
-
Probably not what happened to @StevenLangbroek but I was writing a function called "start" which somehow auto-imported the following line into my
This caused my build not to work anymore with an error like this:
Removing erroneous import fixed my build. |
Beta Was this translation helpful? Give feedback.
-
Probably not what happened to @StevenLangbroek , but I had a local installation of snowpack and a global instalation. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks! I'm investigating snowpack for a big React SPA. After init, and adding some minor path configuration, I ended up with this config:
Now, when I run either
yarn snowpack dev
or try to run through a custom server, I get this error:I'm not quite sure what this is about, but it sounds... weird? Haha.
I haven't installed any plugins, and am on version
3.0.11
on node14.15.1
.Is this a known issue? Is there any further info I can provide to be able to debug this?
Beta Was this translation helpful? Give feedback.
All reactions