rustwasm.github.io icon indicating copy to clipboard operation
rustwasm.github.io copied to clipboard

Tutorials need to specify `rimraf` dependance?

Open nuke-web3 opened this issue 5 years ago • 0 comments

Describe the Bug

On using the tutorial #57 as a start, using npm run build yields an error. Just need to add a note to run npm install in the docs first

> [email protected] build ........
> rimraf dist pkg && webpack

sh: 1: rimraf: not found

Expected Behavior

Default templates should compile :pray:

nuke-web3 avatar Aug 03 '20 22:08 nuke-web3