D
Deno
Incorrect 404 error when importing an explicit version of a package - Deno
B
Deno
β’
2y ago
β’
6 replies
babakfp
Incorrect 404 error when importing an explicit version of a package
Hi
I get this error
:
"Implicitly using latest version
(v1
.5
.2
) for
https://deno.land/x/cheetah/mod.ts
"
So
, I change the import URL to this
:
https://deno.land/x/cheetah@1.5.2/mod.ts
And now I get a 404 error package not found
!
Another thing about this package is that different repos are set to different versions
! And the repo for the latest version is archived
.
https://deno.land/x/cheetah@v1.5.2
https://deno.land/x/cheetah@v1.5.0
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