alephjs / aleph.js

The Full-stack Framework in Deno.
https://aleph.deno.dev/
MIT License
5.26k stars 168 forks source link

ERROR Aleph.js needs Deno 1.8.0+, please upgrade Deno #316

Closed elycheikhsmail closed 3 years ago

elycheikhsmail commented 3 years ago

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

elycheikhsmail commented 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

hazae41 commented 3 years ago

The patch is not release yet

elycheikhsmail commented 3 years ago

The patch is not release yet

I install deno v1.9.0 behind v1.10.1 using dvm and ERROR goes.

guidorice commented 3 years ago

I also got this error using deno 1.10.1.

guidorice commented 3 years ago

Oh it was resolved here https://github.com/alephjs/aleph.js/issues/312 👍🏽

elycheikhsmail commented 3 years ago

Oh it was resolved here #312 👍🏽

I think I think there, may other commit broke it again.

shadowtime2000 commented 3 years ago

This is a duplicate issue which has already been resolved on master, the fix will be present in the next release.