SteveS
Denoβ€’3y agoβ€’
1 reply
Steve

Use local tgz file instead of tgz from npm registry

Hello,

Is it possible to reference a local tgz file inside a deno project (like calling npm install my-lib-1.0.0.tgz)? I'm working on the open source library https://github.com/dreamit-de/graphql-server/ on a PR to make it possible to use the library in Deno. I would like to test if a change is working so my idea was to create a tgz file with npm pack, add it to an example Deno project and see if it runs in Deno.
GitHub
GraphQL server implementation written in NodeJS/Typescript using graphql-js and prom-client - GitHub - dreamit-de/graphql-server: GraphQL server implementation written in NodeJS/Typescript using gr...
GitHub - dreamit-de/graphql-server: GraphQL server implementation w...
Was this page helpful?