WIX CLI Failed to create an isolated environment

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.”.

Any recommendations on what steps I should take?

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"

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.

Any update on this? I cannot start my local dev environment

cli version : 1.1.7

Update:
I have also noticed that my git repo is not synchronised anymore with my website