Closed elycheikhsmail closed 3 years ago
when I make searche in aleph repo I found "please upgrade Deno" in one file in server/app.ts line 109, after if (semver.lt(Deno.version.deno, minDenoVersion)) { it may a bug in https://deno.land/x/semver@v1.3.0
The patch is not release yet
The patch is not release yet
I install deno v1.9.0 behind v1.10.1 using dvm and ERROR goes.
I also got this error using deno 1.10.1.
Oh it was resolved here https://github.com/alephjs/aleph.js/issues/312 👍🏽
Oh it was resolved here #312 👍🏽
I think I think there, may other commit broke it again.
This is a duplicate issue which has already been resolved on master, the fix will be present in the next release.
I get this message ERROR Aleph.js needs Deno 1.8.0+, please upgrade Deno when running aleph dev but I have deno 1.10.1 installed