-
Notifications
You must be signed in to change notification settings - Fork 76
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
Install step doesn't work #95
Comments
Thanks for the bug report @Pauan! |
Could someone please run |
I just tested it, and it still doesn't work. I'm not surprised, since the error says |
Actually, why does it use the synchronous |
I found the issue: you have to specify |
Changing to use spawnSync, also fixing #95
I just tried to use
npm init rust-webpack todomvc
and I get this error:If I manually run
npm install
in thetodomvc
directory it works fine, though I get these warnings:Metadata
OS: Windows 10 64-bit
wasm-pack: 0.5.1
Node: v10.15.0
npm: 6.4.1
The text was updated successfully, but these errors were encountered: