-
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
cannot init template #108
Comments
That's strange, the only commands that we spawn during installation are git and npm, I assume you both have this commands. @fitzgen I can't see the appveyor builds, are we passing the installation on windows? |
|
looks like #95 might be related... |
it gets better: it seems to work when I bang in the create-rust-webpack.js into a node instance manually:
|
i am still having this problem. Did anyone find a solution? |
I upgraded my Git version from |
I hit the same issue, here's an informative traceback that shows git failing:
I ran the git command in isolation and can confirm that |
Running Ubuntu 18.04, |
not working on windows or WSL for me with git 2.25.1
|
Running Ubuntu 16.04, had following error:
upgrading git to 2.27.0 fixed issue. |
On macOS Catalina, upgrading git also fixed it for me. For help on upgrading on Mac see: https://apple.stackexchange.com/a/272220/253705 |
I get a strange error trying to init the rust-webpack template:
Any hints where to start looking? rust and wasm-pack are fresh installations.
The text was updated successfully, but these errors were encountered: