D
Deno
Install package provided from URL as `.tar.gz` - Deno
S
Deno
β’
12mo ago
β’
2 replies
Squidgical
Install package provided from URL as `.tar.gz`
Some sites like
https://github.com/stackblitz-labs/pkg.pr.new
provide packages as tarballs
. How can these be installed in a deno project
?
With npm
, we can simply run
npm i https://pkg.pr.new/<owner>/<repo>/<npm-package-name>@<pr-id>
npm i https://pkg.pr.new/<owner>/<repo>/<npm-package-name>@<pr-id>
and the PR branch version of the package will be installed
. Does deno have a way of handling this
?
GitHub
GitHub - stackblitz-labs/pkg.pr.new: π¦οΈ Continuous (Preview) R...
Continuous
(Preview
) Releases for your libraries
!
- GitHub
- stackblitz
-labs
/pkg
.pr
.new
:
Continuous
(Preview
) Releases for your libraries
!
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
Install .tar.gz from pkg.pr.new
T
thesmartwon / help
17mo ago
deno install Omit/exclude dev dependencies from package.json
A
Agowan / help
14mo ago
[Fixed] Package cannot read a file from itself when loaded from url
S
Sorikairo / help
4y ago
Install a local deno package
J
Joseph / help
15mo ago