ardatan/graphql-toolkit

broken on Ubuntu/bionic

svogl opened this issue · 2 comments

svogl commented

Ubuntu/bionic still uses nodejs 8.11 which does not support for await
This line breaks our build environment which indirectly depends on this package:

for await (let path of globby.stream(foundGlobs, { cwd, absolute: true })) {

It is the same issue which has been fixed already;
#259
So if you want to use it before the release, you can use canary version;
0.5.17-d16ead5.0

svogl commented

great -- didn't see this fix yet. thanks!
Simon