Skip to content
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

Support node v16 #22

Open
halflings opened this issue Dec 17, 2021 · 1 comment
Open

Support node v16 #22

halflings opened this issue Dec 17, 2021 · 1 comment

Comments

@halflings
Copy link

halflings commented Dec 17, 2021

airtable/blocks-cli only works with node v14, which is now in maintenance mode.

The current recommended version is v16:
https://nodejs.org/en/about/releases/

I'd like to build an app on the Airtable marketplace (to support ML inference), but cannot downgrade other packages that depend on node v16 to make this happen.

Would it be possible to work on node v16 support?

BTW here's the error message when installing it on node v16:

npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated uuid@3.0.1: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm ERR! Cannot read property 'split' of null

Maybe upgrading some of these packages would be enough to get v16 support.

@abettermap
Copy link

Looks like same or similar problem as #19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants