D
Deno
B
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
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
How can I import with npm: specifiers through a proxy?
B
Bustin Base / help
3y ago