-
Notifications
You must be signed in to change notification settings - Fork 11
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
Local build failing with node 13 #101
Comments
Do have experience with sharp, so far it can only work on node v10 (just use nvm switching to v10 while work with it). The main issue is it still use node-gyp that has been removed from v11 or v12, so... |
But documentation states it works with 12 and 13 though, and updating sharp version resolves the issue. |
Right I have this same problem on Node 12. I've had my production build crash and support keeps just closing my tickets. |
Seems ok on v12.6, but I get Airtable graphql exception:
|
I have handled by bumping sharp version to 0.23.3 in all of the fields where it was appearing in package.json. |
@thchia this is because of the API key, right? not a sharp issue i think |
Ok, so up to you if you wanna accept this and close. |
I can test with some other node versions tonight. |
Addresses #101, fix for machines running node 13
Closed in #102 |
Encounter the following error upon running
yarn
command to install newly installed dependencies (airtable etc.)Upon further investigation, it seems that sharp requires an update to resolve issues with Node.js 13, (refer to lovell/sharp#1909). There are multiple packages in this project that have a
sharp
dependency.The text was updated successfully, but these errors were encountered: