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
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
hello world: reinstall deps before npm run install
Without this pass, the subsequent npm run start would fail with:
```
ERROR in ./index.js
Module not found: Error: Can't resolve 'wasm-game-of-life' in '<basedir>/wasm-game-of-life/www'
@ ./index.js 1:0-42 3:0-10
@ ./bootstrap.js
```
0 commit comments