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:
graphql-toolkit/src/loaders/load-typedefs.ts
Line 138 in d16ead5
ardatan commented
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