-
Notifications
You must be signed in to change notification settings - Fork 166
aleph dev throws error!! #329
-
As you can see all the details you need, please suggest why is it not working..??
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 11 comments 4 replies
-
https://github.com/sahilrajput03/hello
This is the repo link though..
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi, Alephjs doesn't work with deno 1.7+ version.
Use the latest alpha version of aleph ( deno run -A https://deno.land/x/aleph/install.ts) or downgrade deno.
Beta Was this translation helpful? Give feedback.
All reactions
-
I changed my deno installation as you can see that!! But how do I remove aleph and again install aleph if thats what I am missing now..?
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.
All reactions
-
I am using deno 1.10.2, I don't know how to specifically respond to this error.
What I advise you (this is the first solution that I proposed to you) is to keep Deno in version 1.10.2 and install the last alpha version of alephjs.
All you have to do
deno upgrade
and
deno run -A https://deno.land/x/aleph/install.ts
then start a new project with the init command
Beta Was this translation helpful? Give feedback.
All reactions
-
👀 1
-
I will be back with a try of this solution as well..!.
Beta Was this translation helpful? Give feedback.
All reactions
-
Okay, its still very same.. !
:( what is wrong with my machine or deno or alephjs. ..?
@thomascarvalho
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.
All reactions
-
I don't know why you have this error.
Try with --reload flag
deno run --reload -A https://deno.land/x/aleph/install.ts
Beta Was this translation helpful? Give feedback.
All reactions
-
image
Amazing!!! 🤺︎🤺︎
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
oh noo!! :(
image
Beta Was this translation helpful? Give feedback.
All reactions
-
It still doesn't work why..?
Beta Was this translation helpful? Give feedback.
All reactions
-
@thomascarvalho any possible thing i should try now..?
Beta Was this translation helpful? Give feedback.
All reactions
-
Maybe It's a cache problem, again.
I don't know, but you can try
deno cache --reload https://deno.land/x/aleph@v0.3.0-alpha.33/cli.ts
or deno cache --reload https://deno.land/x/aleph@v0.3.0-alpha.33/cli/init.ts
and retry the init.
Beta Was this translation helpful? Give feedback.
All reactions
-
Its so amazing to see how deno just depends on cache for everything..!
It works now!!
Thanks buddy, it works now finally with latest deno and latest alephjs!!
Beta Was this translation helpful? Give feedback.