Installed Wix CLI (v1.0.37) and all required node modules, running node v16.9.0 on a Windows 10 PC.
When attempting to launch local editor via the "wix dev" from the source directory, I'm receiving the following error: "Oh no, seems like the CLI encountered an unexpected error: Failed to create an isolated environment.".
Were you able to resolve this error? I'm getting the same thing even after reinstalling the latest @wix/cli version and ensuring it's in the package.json file.
Hey. Sorry for inconvenience. Please ensure you use the latest @wix/cli version (1.0.38).
npm i -g @wix/cli
And also inside your project's `package.json`:
"@wix/cli": "^1.0.38"
Any recommendations on what steps I should take?