|
|
|
|
|
by Tade0
2376 days ago
|
|
Oh, that. Weird that it didn't complain during building or installation. Anyway I had one project where I couldn't use `async` `await`, because apparently this feature requires Babel 7, which in turn requires a version of node fresh enough to support generators. This tends to happen, but it's rare to discover such an issue only after starting the application. |
|