-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm init wasm-app www
fails
#213
Comments
I had a same problem!!!! on your wasm-game-of-life directory,
|
still not working :( |
haha, thx. We need to replace {/usr/local/lib} with our own path, used |
Solution given by @AshkanRamezani doesn't work in node v20.x , but its working fine in v18, Thanks. |
@Imran-S-heikh Adding
|
there is a new error after i done all recommendations above:
|
you can clone this directly with:
|
path of |
It seems like this issue is caused by a bug in the Because of this bug, the Line 7 in 9ac3dff
Although the bug has been fixed, the fix hasn't been merged into npm yet. It will likely be included in the next npm release. As a temporary fix, I followed the pull request for the |
Describe the Bug
npm init wasm-app www
fails.Versions
Error
Steps to Reproduce
This tutorial.
Expected Behavior
npm init wasm-app www
creates www folder.Actual Behavior
npm init wasm-app www
fails.The text was updated successfully, but these errors were encountered: