Open rhwinter opened 2 years ago
I have the same issue.
I guess for now the solution is npm install asyncairtable@2.1.0
This might be useful: "asyncairtable doesn't appear to be written in CJS, but also doesn't appear to be a valid ES module (i.e. it doesn't have "type": "module" or an .mjs extension for the entry point). Please contact the package author to fix." ;-)
Describe the bug
There's an issue when trying to use the module, it just doesn't work. Am I getting something very wrong? I used version 2.1.0 without any problems and now I tried 2.3.1 and it just won't work.
To Reproduce Steps to reproduce the behavior:
cd
into itnpm install asyncairtable
import { AsyncAirtable } from 'asyncairtable';
to a blankindex.js
node index.js
It will throw the following error:
Expected behavior The script should run without any output.
Node versions
Tested with Node 16.6.1 and 17.2.0 (using nvm) Npm version 7.20.3