dpm
dpm copied to clipboard
[ BUG ] Installer fails
If not follow this guide the issue can be closed :warning:
installer fails
~$ deno run -A --unstable https://deno.land/x/dpm/install.ts stable
Install from stable!
Cleaned the temp dpm dir!
Cloning into '/home/jfoltz/.deno/dpm/stable'...
remote: Enumerating objects: 75, done.
remote: Counting objects: 100% (75/75), done.
remote: Compressing objects: 100% (70/70), done.
remote: Total 75 (delta 2), reused 25 (delta 0), pack-reused 0
Unpacking objects: 100% (75/75), 46.23 KiB | 3.56 MiB/s, done.
Running the installation with the Deno help!
Compile file:///home/jfoltz/.deno/dpm/stable/dpm.ts
Archive: /tmp/.tmphdbGSO/deno.zip
inflating: deno
Emit dpm
Not found the file compiled! Re run the installer or report the error on github.
Expected behavior Installs without error
Desktop (please complete the following information):
~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04 LTS
Release: 20.04
Codename: focal
~$ deno --version
deno 1.28.3 (release, x86_64-unknown-linux-gnu)
v8 10.9.194.5
typescript 4.8.3
I found a bug in the last version installer and make this fix in the other branch can you run this:
deno run -A --unstable https://raw.githubusercontent.com/dpmland/dpm/dev/install.ts stable
Soon is the merge for this branch 😄