Open
Description
I'm not sure if this is a problem with ARM. I'm trying to install gifsicle on a Docker image running an an ARM (AWS t4g server). This is the Dockerfile image:
arm64v8/node:14.18.1
Server is running Amazon Linux 2. Public AMI is ami-02b1ab520319e74be
The error I get when adding the package:
error An unexpected error occurred: "ENOENT: no such file or directory, lstat '/app/node_modules/gifsicle/\u0001�4@@��'"
Edit:
I'm able to install it in the image using apt-get install
and then run it on the command line. Just something about this NPM package.
Metadata
Metadata
Assignees
Labels
No labels