rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.75k stars 211 forks source link

Reader is told to run npm install more than once #218

Open dannypike opened 4 years ago

dannypike commented 4 years ago

The section on installing dependencies states that it is only necessary to run npm install once, but then goes on to say that you need to run it again in the following sub-section.

I think it is better just to explain why npm install is required, here.