You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to link my project https://github.com/sgohlke/deno-graphql/ (entry point: webserver.ts) to Deno Deploy and got an error
"Error The deployment failed: Module not found "npm:@dreamit/graphql-server@3.0.0".". I tried with both "npm:@dreamit/graphql-server" and "npm:@dreamit/graphql-server@3.0.0" but it does not deploy. Locally it is working fine.
The text was updated successfully, but these errors were encountered:
Yes, Deno Deploy is an excellent choice to host your Deno code, especially if you want it to be executed close to your users on the edge. Deploying to our V8 isolate cloud takes seconds and can be accessed around the world within seconds. Also, npm specifiers aren't currently supported in Deploy, but will be soon.
I tried to link my project https://github.com/sgohlke/deno-graphql/ (entry point: webserver.ts) to Deno Deploy and got an error
"Error The deployment failed: Module not found "npm:@dreamit/graphql-server@3.0.0".". I tried with both "npm:@dreamit/graphql-server" and "npm:@dreamit/graphql-server@3.0.0" but it does not deploy. Locally it is working fine.
The text was updated successfully, but these errors were encountered: