Open mohsen1 opened 2 years ago
If I understood well, this file has been removed in 1.0.0-alpha. Note that the documentation is outdated. But if you want to give it a try you can use land
deno install -A -f -n land https://deno.land/x/land@v0.9.2/cli.ts
don t forget to import the path variable shown in the terminal and then you can run
aleph init
aleph dev
aleph start
install aleph cli:
deno install --name=aleph -Ar -f https://deno.land/x/aleph/cli.ts
init vue template:
aleph init aleph-vue --template=vue
init react template:
aleph init aleph-react
deno install --name=aleph -Ar -f https://deno.land/x/aleph/cli.ts
I received an error for this. But got it to work by also including the
--unstable
flag.
deno install --name=aleph -Ar -f https://deno.land/x/aleph/cli.ts
I received an error for this. But got it to work by also including the
--unstable
flag.
What system are you using? Can you share the error?
I can install with deno install --name=aleph -Ar -f https://deno.land/x/aleph/cli.ts
.
deno install --name=aleph -Ar -f https://deno.land/x/aleph/cli.ts
I received an error for this. But got it to work by also including the
--unstable
flag.
try clearing deno cache
Can not install using the instructions here: https://alephjs.org/docs/get-started