tc39 / proposal-async-iteration

Asynchronous iteration for JavaScript
https://tc39.github.io/proposal-async-iteration/
MIT License
858 stars 44 forks source link

'npm run spec' script runs into problems #97

Open nikhilshagri opened 7 years ago

nikhilshagri commented 7 years ago

Running npm run spec after installing the dependencies gives the following error:

Error: ENOENT: no such file or directory, open 'out/index.html'

I created an 'out' folder and added an empty index.html file, after which the script ran fine.