-
Notifications
You must be signed in to change notification settings - Fork 211
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
FOR ANYONE WHO IS GOING THROUGH THE STEPS IN 'Hello, World' AND HAS ERRORS #309
Comments
Thanks for this, was really helpful. I was still having issues with this but I changed the "devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"hello-wasm-pack": "^0.1.0",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
} and that fixed it. |
@magnus-ISU, did you PR the |
I got an error at this line: npm init wasm-app www The error:
The contents of the log file:
|
The work-around (from #169) is apparently to run this instead: cargo generate --git https://github.com/rustwasm/create-wasm-app # type "www" at the prompt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run the following code instead:
and then
This should work in
bash
. Inzsh
you can just run it all at once for some reasonThe text was updated successfully, but these errors were encountered: