liquidnft / lnft

Liquid NFT Platform
GNU Affero General Public License v3.0
56 stars 23 forks source link

Cannot install packages with pnpm from asoltys/lnft-server as described in readme #64

Open omgmanu opened 2 years ago

omgmanu commented 2 years ago

When running the docker run -it -v $PWD/app:/app --entrypoint pnpm asoltys/lnft-server command from readme, I get this error: docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "pnpm": executable file not found in $PATH: unknown. ERRO[0001] error waiting for container: context canceled

I think it's because asoltys/lnft-server image does not have pnpm installed. As a workaround, run the command with yarn instead of pnpm

Eskyee commented 2 years ago

I left a note for @asoltys to check this, as I knew it would create a break in path.. somehow..

Eskyee commented 2 years ago

adding the yarn in front would just create a yarn.lock .. this needs updating for pnpm.lock yes asoltys/lnft-server docker needs a update..

also found some errors in database, but a reload fixed it.. @asoltys Screenshot 2021-11-27 at 11 55 09 Screenshot 2021-11-27 at 11 54 48 Screenshot 2021-11-27 at 11 54 42 Screenshot 2021-11-27 at 11 54 34 e

Eskyee commented 2 years ago

this was from a fresh install test.. on codespaces

Eskyee commented 2 years ago

now fixed with latest update.. can close issue. since fixed