block_hacksB
Denoβ€’3y agoβ€’
1 reply
block_hacks

When I use npm: node: specifiers how can I specify the version?

We know in Deno we can do import { Client, Pool } from "https://deno.land/x/pg@v0.6.1/mod.ts";
I want to use npm:axios but how can I specify the version of axios like 1.1.2
Was this page helpful?