Which one do you want to use? You will likely need to find the package on npm and then follow the instructions there.
zegevlier
05/02/2023, 11:59 AM
Also note that that list is full of spam and not really maintained.
i
ItzDragon
05/02/2023, 3:54 PM
hi, i need to use this package: https://www.npmjs.com/package/googleapis, i alreafy submited it and it appeared on the page, but there is no instructions on the page, or i didnt find them
z
zegevlier
05/02/2023, 4:09 PM
Just submitting it to that page will not make it work with workers. It seems like this library is really made for nodejs and uses some nodejs specific libraries. You can try using nodejs compatibility mode (https://developers.cloudflare.com/workers/runtime-apis/nodejs/#nodejs-compatibility). If that doesn't work, you'll have to look for another library.
i
ItzDragon
05/02/2023, 4:11 PM
okay thank, but i need to authenticate an app, so if it doesnt work, it doesnt work.