-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
Throwing run time error . #3679
Comments
can you provide a reproduction? |
Hello @SupriyaGo. Please provide a online reproduction by codesandbox or a minimal GitHub repository. Issues labeled by |
You can refer to this sandbox - https://codesandbox.io/s/jovial-framework-009m6?file=/src/App.js |
Looks like airtable is a node library https://www.npmjs.com/package/airtable, and that is why you are getting an error that the browser doesn't have the required node builtins From the docs:
|
Describe the bug
I have a react project created with Vite js. When I am importing airtable in my project its throwing error.
Reproduction
System Info
Output of
npx envinfo --system --npmPackages vite,@vitejs/plugin-vue --binaries --browsers
:Used package manager:
Logs
Before submitting the issue, please make sure you do the following
The text was updated successfully, but these errors were encountered: