Open
Description
Hi,
Im trying to import the library using
import { getAccessToken } from "web-auth-library/google";
but I'm getting any error
./pages/api/tts_edge.ts:2:32
Type error: Cannot find module 'web-auth-library/google' or its corresponding type declarations.
1 | import { NextRequest } from "next/server";
> 2 | import { getAccessToken } from "web-auth-library/google";
| ^
3 |
4 | export const config = {
5 | runtime: "experimental-edge",
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
What am I doing wrong?
Metadata
Metadata
Assignees
Labels
No labels