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
using wsl2 on windows 10 after creating or running any sketch, the live view only renders once, then doesn't care for editing the sketch again for some reason.
this was edited after the sketch was ran
here it doesnt change even after refreshing/restarting the browser
I tried:
reinstalling
using canvas-sketch-cli
running with hot reload feature
making and running a new sketch on command line with canvas-sketch sketch.js --new --open
changing the output folder when running as in canvas-sketch sketch-01.js --output=media/
The text was updated successfully, but these errors were encountered:
This happened to me, but I solved the issue. You can't run canvas-sketch and have LiveReload if you are using wsl. You have to use a true bash terminal. Luckily, I had one already set up in VSCode so I didn't have to change how I was doing things too much, though I did lose 24 hours and a good night's sleep trying to figure this out.
using wsl2 on windows 10 after creating or running any sketch, the live view only renders once, then doesn't care for editing the sketch again for some reason.
this was edited after the sketch was ran
here it doesnt change even after refreshing/restarting the browser
I tried:
The text was updated successfully, but these errors were encountered: