can't init template
tracymedcalf opened this issue · 1 comments
tracymedcalf commented
Summary
Running
npm init rust-webpack your-package-name
in the terminal on Ubuntu.
Expected behavior
The template should be cloned into the current directory.
Actual behavior
The command creates a package.json and nothing else. None of the files or directories that the tutorial says are supposed to be there are created.
Additional Details
I've checked that npm and wasm-pack are updated to their latest versions.
tracymedcalf commented
Not sure what resolved the issue, but it's now working.