Closed paulirish closed 7 years ago
Whoa interesting! So it looks like this is due to the fact the Now uses the latest node version by default.
Node v8.0.0 landed on 5/30 and it looks like it dropped support for the --harmony-async-await
flag (since it's enabled by default as of v.7.6.0).
To fix this problem, we should remove the flag and test against Node v8 (should be fine). Then, moving forward we should specify a node version so this doesn't happen again:
// package.json
"engines": {
"node": "8.0.x"
}
Sorry you ran into this, but thanks for the report!
I tried deploying via https://deploy.now.sh/?repo=https://github.com/zpnk/stage-ci&env=GITHUB_TOKEN&env=GITHUB_WEBHOOK_SECRET and it failed.
Then I am attempting a manual deploy of stage-ci but it hit this wall.