-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install failed [email protected] postinstall #37
Comments
Also have ran into this issue after updating to
Been trying hunt down to see if others have been having this issue but I'm not having much luck. I've seen people with similar issues, but haven't really found a solid solution. I found this that I haven't tried yet, but it seems a little ridiculous to have to install each of these plugins separately when they should be bundled with
|
@jrjacobs24 Same problem. I had to install dh-autoreconf and my build worked again. I'm installing in a docker image based on node:12-slim (which is based on debian:stretch-slim). Worked fine on macOS.
|
I have probably the same issue that is fixed by using:
Kinda weird that we need another dependency for using this package? The issue it solves:
|
@joemaller @Levdbas That's awesome. Thank you for commenting back. I'll give |
The |
But |
Similarly, I have yet to find a package(s) that I can install when using Alpine Linux in a docker image. Alpine does not have a |
Is there a windows solution here? Having the same issues. Thanks |
Here are my way to fix this question in windows:
Hope to help you! |
I fixed this by |
This issue is very annoying when you don't own your Devops process. Its there a reason why we need external tools outside of npm to install JavaScript packages. Seems so weird to me. Can the owner of these packages share some light on it |
Same here, using this with an automated DevOps pipeline in an isolated docker container breaks the entire build. |
Exactly if you are behind a corporate proxy say goodbye to this package. |
|
@joemaller thanks guy |
Chinese developers: fix
# GitHub Start
52.74.223.119 github.com
192.30.253.119 gist.github.com
54.169.195.247 api.github.com
185.199.111.153 assets-cdn.github.com
151.101.76.133 raw.githubusercontent.com
# GitHub End
|
I have solved this problem. The reason for this problem is that the network cannot access raw.githubusercontent.com, you can ping it to verify |
|
I managed to fix installing on Alpine through the comment of @chadyred here: https://lifesaver.codes/answer/error-getting-optipng-enoent-in-ttf2woff2. Not sure which packages you need just for RUN apk --update --no-cache \
add \
automake \
git \
alpine-sdk \
nasm \
autoconf \
build-base \
zlib \
zlib-dev \
libpng \
libpng-dev\
libwebp \
libwebp-dev \
libjpeg-turbo \
libjpeg-turbo-dev |
i solved the problem by using below: hope it helps someone. |
If anyone is here because of Alpine, you may need Docker 20. We use AWS Codebuild for CD for example, and they only support 19: |
This work for me
|
npm ERR! A complete log of this run can be found in: |
add dh-autoreconf to apt-get install for static to fix install of gifsicle per imagemin/imagemin-gifsicle#37 (comment)
add dh-autoreconf to apt-get install for static to fix install of gifsicle per imagemin/imagemin-gifsicle#37 (comment)
…#11492) add dh-autoreconf to apt-get install for static to fix install of gifsicle per imagemin/imagemin-gifsicle#37 (comment)
For Docker users, do not use alpine, use debian-slim instead. |
I thinks there is something wrong with this plugin ...
Error report below:
‼ read ECONNRESET
‼ gifsicle pre-build test failed
i compiling from source
× Error: Command failed: C:\WINDOWS\system32\cmd.exe /s /c "autoreconf -ivf"
'autoreconf' �����ڲ����ⲿ���Ҳ���ǿ����еij���
���������ļ���
Can anyone help? Really appreciate.
The text was updated successfully, but these errors were encountered: