Edge functions NPM import error

Hi
I'm having trouble with import npm packages in my edge functions:

I get the following errors "Deno: Uncached or missing npm package: google-auth-library@9" and "Deno: Module "npm:google-auth-library@9" has no exported member JWT"

And my import is `import {JWT} from 'npm:google-auth-library@9'
Was this page helpful?