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
In my case, this error simply meant that the path to git.exe was not in the $PATH enviroment variable. However, adding it to there only resulted in another error: rustwasm/create-wasm-app#44
I had the exact same issue working through the same guide.
The problem seems to be the git setup on windows: git is not on the path.
Running npm init wasm-app www in a Git Bash console worked for me.
Hello,
I try to follow this tutorial : https://rustwasm.github.io/docs/book/game-of-life/hello-world.html
I get an error when I launch
npm init wasm-app www
I launched all commands in a PowerShell window.
Could you help me ?
Many thanks,
David.
The text was updated successfully, but these errors were encountered: