Skip to content
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

Minimum Node version #145

Open
carrascomj opened this issue Apr 29, 2020 · 1 comment
Open

Minimum Node version #145

carrascomj opened this issue Apr 29, 2020 · 1 comment
Labels
question Further information is requested

Comments

@carrascomj
Copy link

Summary

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.

@carrascomj carrascomj added the question Further information is requested label Apr 29, 2020
@araujo-luis
Copy link

It doesn't work with Node 18, so I tried 16 and it works.
#210

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants