DenoDDeno
Powered by
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";
import { Client, Pool } from "https://deno.land/x/pg@v0.6.1/mod.ts";

I want to use
npm:axios
npm:axios
but how can I specify the version of axios like 1.1.2
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

How can I import with npm: specifiers through a proxy?
Bustin BaseBBustin Base / help
3y ago