deno-websocket-chat icon indicating copy to clipboard operation
deno-websocket-chat copied to clipboard

Deploy on heroku v2

Open EshwarCVS opened this issue 5 years ago • 0 comments

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.

EshwarCVS avatar Aug 30 '20 06:08 EshwarCVS