-
Notifications
You must be signed in to change notification settings - Fork 782
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
🐛 BUG: bundle problem when using googleapis #1709
Comments
Found a similar issue on Clerk here: clerk/javascript#127 (comment) |
Has anyone found a solution to this issue? Facing this myself when trying to use the got (https://github.com/sindresorhus/got) package |
Are you utilizing the Additionally if anyone can provide the Node versions they are utilizing, that would be helpful. |
Yes I have tried adding Node Version: For the time being I refactored my code to use the native |
We won't be able to fix this within wrangler but we've created an internal issue to try to improve |
Hi, is there any update on this? I am trying to use |
Hi, I'm experiencing this bug at the moment. was there any resolution to this? |
Same issue |
Same issue, I am using wrangler |
Same issue |
Same issue |
As a work around I have written a gist here to authenticate with GCP and query via API rather than the npm packages. https://gist.github.com/shonubijerry/1c0a1deff5c74d42602ab726017da0ad |
What version of
Wrangler
are you using?2.0.26
What operating system are you using?
Windows
Describe the Bug
I am using two google official libraries to develope some features.
"google-auth-library": "^8.2.0",
https://github.com/googleapis/google-auth-library-nodejs
"googleapis": "^105.0.0",
https://github.com/googleapis/google-api-nodejs-client
I wirite
node_compat = true
onwrangler.toml
, and then I runnpm run start
It says:The text was updated successfully, but these errors were encountered: