Steve
Steve2y ago

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
GitHub - dreamit-de/graphql-server: GraphQL server implementation w...
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...
1 Reply
Steve
Steve2y ago
I released the library, it now works with Deno.