-
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
during install - 404 Not Found #32
Comments
Command failed: C:\WINDOWS\system32\cmd.exe /s /c "autoreconf -ivf" "autoreconf" ‼ tunneling socket could not be established, cause=connect ECONNREFUSED 127.0.0.1:80 |
I have the same issue on GNU/Linux with the latest version. $ npm ls gifsicle
foundation-emails-template@1.0.0 /home/nodeg/git/test
└─┬ gulp-imagemin@7.1.0
└─┬ imagemin-gifsicle@7.0.0
└── gifsicle@5.0.0 It looks this way during the installation: > gifsicle@5.0.0 postinstall /home/nodeg/git/test/node_modules/gifsicle
> node lib/install.js
⚠ Response code 404 (Not Found)
⚠ gifsicle pre-build test failed
ℹ compiling from source
✔ gifsicle built successfully |
The pre-compiled binaries are missing it's related to imagemin/gifsicle-bin#113. The URLs for each os/architecture are: |
See also #40. |
during install "npm install imagemin-gifscicle"
1 verbose cli 'install',
1 verbose cli 'imagemin-gifscicle' ]
2 info using npm@6.4.1
3 info using node@v10.15.1
4 verbose npm-session 1eecd72bb6b81934
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 http fetch GET 404 https://registry.npmjs.org/imagemin-gifscicle 935ms
8 silly fetchPackageMetaData error for imagemin-gifscicle@latest 404 Not Found: imagemin-gifscicle@latest
9 timing stage:rollbackFailedOptional Completed in 2ms
10 timing stage:runTopLevelLifecycles Completed in 1924ms
11 verbose stack Error: 404 Not Found: imagemin-gifscicle@latest
The text was updated successfully, but these errors were encountered: