Importing npm packages in Deno

Hello everyone,

I am trying to create a Supabase Edge Function which uses Deno runtime.

I want to import the Clerk SDK from NPM but I am running into a Not found error.

Here is my import statement:

import { clerkClient } from "npm:@clerk/clerk-node-sdk";


I am new to Deno and I'd appreciate any help I could get.
Was this page helpful?