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

Need to publish a new release to npm #13

Closed
fissible opened this issue Aug 29, 2018 · 3 comments
Closed

Need to publish a new release to npm #13

fissible opened this issue Aug 29, 2018 · 3 comments

Comments

@fissible
Copy link

I am following along this tutorial: https://rustwasm.github.io/book/game-of-life/hello-world.html

At the "Putting it into a Webpage" step the following command fails:

$ npm init wasm-app
command not found: create-wasm-app
@fitzgen
Copy link
Member

fitzgen commented Aug 29, 2018

Thanks for the bug report @ajthenewguy!

We need to publish a new version to npm, as this is fixed on master, but the only person who can do that is on vacation at the moment :-p

In the meantime, this is equivalent to npm init wasm-app www, and should let you continue the tutorial:

git clone https://github.com:rustwasm/create-wasm-app.git www

I'll leave this issue open until we get a new release published.

@fitzgen fitzgen changed the title command not found: create-wasm-app Need to publish a new release to npm Aug 29, 2018
@fissible
Copy link
Author

Thanks @fitzgen !
Running the following worked:
git clone https://github.com/rustwasm/create-wasm-app.git www

@fitzgen
Copy link
Member

fitzgen commented Aug 29, 2018

Oh! Apparently I have npm access! Published and verified that npm init wasm-app www works.

Thanks again @ajthenewguy :)

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

No branches or pull requests

2 participants