Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy on heroku v2 #2

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

EshwarCVS
Copy link

In the current code, we are facing an issue while executing the command:
deno run --allow-net --allow-read server.js

They were caused by #6653. A version of std before 0.61.0 is incompatible with Deno 1.2.0. deno info main.ts will give you the dependency graph, and you can determine what dependencies need to be updated to they are using std 0.61.0.
Check out the URL

I have updated the versions. This version will be user ready to fork and improve the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants