You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The out-of-box experience for this template, as described on the readme, doesn't work on Windows 10 machines. I suspect it is a building paths issue as can be seen on the capture https://guides.github.com/features/mastering-markdown/below:
Module not found: Error: Can't resolve 'C:UserssoapdogprogssbcpatchlandsrcApp.svelte.css' in 'C:\Users\soapdog\prog\ssbc\patchland\src'
@ ./src/App.html 80:0-65
@ ./src/main.js
@ multi ./src/main.js
The text was updated successfully, but these errors were encountered:
This seems to have fixed the issue: sveltejs/svelte-loader#64. Updating svelte-loader to 2.11.0 got things working for me, so it looks like maybe the template needs to update the dependency version.
The out-of-box experience for this template, as described on the readme, doesn't work on Windows 10 machines. I suspect it is a building paths issue as can be seen on the capture
https://guides.github.com/features/mastering-markdown/below:
The text was updated successfully, but these errors were encountered: