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
Following the instructions in the book I'm getting this error:
jason@LAPTOP-KUS5B2I0 MINGW64 /c/git/rust/wasm-game-of-life (master)
$ npm init wasm-app www
npm error could not determine executable to run
npm error A complete log of this run can be found in: C:\Users\jason\scoop\persist\nodejs\cache\_logs\2024-07-21T23_46_03_815Z-debug-0.log
Versions:
$ node --version
v22.5.1
$ npm --version
10.8.2
$ cargo --version
cargo 1.79.0 (ffa9cf99a 2024-06-03)
$ rustup --version
rustup 1.27.1 (54dd3d00f 2024-04-24)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.79.0 (129f3b996 2024-06-10)`
$ rustc --version
rustc 1.79.0 (129f3b996 2024-06-10)
Steps to Reproduce
Follow the tutorial
cargo generate --git https://github.com/rustwasm/wasm-pack-template
# enter wasm-game-of-life
cd wasm-game-of-life
wasm-pack build
npm init wasm-app www
Expected Behavior
The www directory should be created with the web page project to use the output of the rust wasm build.
Actual Behavior
This error:
npm error could not determine executable to run
npm error A complete log of this run can be found in: C:\Users\jason\scoop\persist\nodejs\cache\_logs\2024-07-21T23_51_45_084Z-debug-0.log
Happens with these commands I tried
npm init wasm-app www
npm init wasm-app
npx create-wasm-app www
npx create-wasm-app
npm create wasm-app www
Additional Context
Using Windows 10 and tried with git bash and windows command prompt
The text was updated successfully, but these errors were encountered:
Describe the Bug
Following the instructions in the book I'm getting this error:
Versions:
Steps to Reproduce
Expected Behavior
The
www
directory should be created with the web page project to use the output of the rust wasm build.Actual Behavior
This error:
Happens with these commands I tried
Additional Context
Using Windows 10 and tried with git bash and windows command prompt
The text was updated successfully, but these errors were encountered: