dpm icon indicating copy to clipboard operation
dpm copied to clipboard

[ BUG ] Installer fails

Open spsDrop opened this issue 1 year ago • 1 comments

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

spsDrop avatar Dec 04 '22 22:12 spsDrop