cococore
Explore posts from serversvite + react
how about this?
https://docs.deno.com/runtime/tutorials/how_to_with_npm/react/
itworked several days ago
5 replies
i trying to deploy deno2 . it fails
confirmed.
Deno2 creates deno.lock version 4.
Extension says it is wrong and version 3 must be used.
When super simple code used with version 4 deploy fails.
When super simple code used with version 3(manually changed) deploy works.
With version 3 changed in deno.lock manually, after project was created using deno2-rc10, the not super simplecode fails.
it says that Deno.exit can not be used. In same time on dev environment it works.
Also in yml file all versions of deno is v1.x
6 replies