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
Going through the rustwasm book's Hello world, I was unable to generate the www directory with the suggested command:
npm init wasm-app www
This command generates a package.json file but not the www directory, as in rustwasm/book#174 .
Upgrading to Node 12 seemed to solve the issue. My question is if this behavior is expected for the node version I was using (v8.10.0) and, if so, what is the minimum version that produces the desired directory as in the the rustwasm book?
Additional Details
OS: Ubuntu 18.04.4.
The text was updated successfully, but these errors were encountered:
Summary
Going through the rustwasm book's Hello world, I was unable to generate the
www
directory with the suggested command:This command generates a
package.json
file but not thewww
directory, as in rustwasm/book#174 .Upgrading to Node 12 seemed to solve the issue. My question is if this behavior is expected for the node version I was using (
v8.10.0
) and, if so, what is the minimum version that produces the desired directory as in the the rustwasm book?Additional Details
OS: Ubuntu 18.04.4.
The text was updated successfully, but these errors were encountered: