I’m having trouble with
Running “wix dev” is giving me an error when syncing pages, there was a page which include a “?” in the filename, I removed the trouble character in both the local studio editor and also in the git repo. However the CLI is asking for the previous filename version.
Oh no, seems like the CLI encountered an unexpected error:
ENOENT: no such file or directory, rename ‘C:\Users\lucas\Work\WIX\airandwatercare\src\pages\Why Choose Us.debun.js’ →
‘C:\Users\lucas\Work\WIX\airandwatercare\src\pages\Why Choose Us?.debun.js’
Working in
Wix Editor / Wix CLI
Site link
What I’m trying to do
I would like to begin developing locally using the provided wix cli
What I’ve tried so far
Updating the filename on the git repo, removing the “?” in the filename and committing my changes, then pulling changes into local. I also tried deleting entire project folder and cloning again.