-
-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.3.0 fails to deploy on Heroku #302
Labels
Comments
I'm also getting this message, but just as a warning. Could be because of Node.js v17.2. Can you try it with Node.js v16 (LTS)? |
Indeed it seems to be related with Node v17: diff --git a/package.json b/package.json
index a4ff364..83b358d 100644
--- a/package.json
+++ b/package.json
@@ -103,6 +103,6 @@
]
},
"engines": {
- "node": ">= 14"
+ "node": "16.x"
|
electerious
added a commit
that referenced
this issue
Dec 9, 2021
I've updated graphql-tools which was using an old version of extract-files. The next release of Ackee should work with Node.js 17. Thanks for letting me know! |
Thank you for the quick feedback |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
π Describe the bug
Pushing v3.3.0 to Heruku ends in a crash
π To Reproduce
git push -f heroku 6156938:master
πΌοΈ Screenshots
βοΈ Environment
π Additional context
It's been a long time since the last update so I might have forgotten something important in how to upgrade, sorry about that
The text was updated successfully, but these errors were encountered: