tc39/proposal-async-iteration

'npm run spec' script runs into problems

nikhilshagri opened this issue · 0 comments

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.