Error when trying to install modules with gifsicle dependency
See original GitHub issueI’m not sure if this package is the source of my problem when installing my node modules but starting about 12h ago I can no longer install my dependencies and get the following error message when using ‘npm ci’:
npm ERR! code 1
npm ERR! path D:\buildbot_worker\app-fe\build\node_modules\gifsicle
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node lib/install.js
npm ERR! compiling from source
npm ERR! Response code 404 (Not Found)
npm ERR! gifsicle pre-build test failed
npm ERR! Error: Command failed: C:\WINDOWS\system32\cmd.exe /s /c "autoreconf -ivf"
npm ERR! 'autoreconf' is not recognized as an internal or external command,
npm ERR! operable program or batch file.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
error installing · Issue #19 · nuxt-community/imagemin-module
Getting the following error when trying to install node: 10.19.0 npm: 6.14.5 nuxt: 2.14.0 > gifsicle@5.1.0 postinstall ...
Read more >node.js - npm install throwing "path must be string" TypeError
I'm running into this error when trying to install anything with npm ... OPTIONAL DEPENDENCY: gifsicle@0.1.7 (node_modules/gifsicle): npm ...
Read more >npm not installing dependencies recursively, npm run dev ...
So the error "Cannot find module '/home/vagrant/projectname/webpack.mix'" is because that file doesn't actually exist there, after I run npm install webpack ...
Read more >Installing elm-pages (and other packages that depend on elm)
I first tried to npm install it, which failed: > gifsicle@4.0.1 postinstall /tmp/elm-pages-starter/node_modules/gifsicle > node ...
Read more >trouble installing yarn packages on windows, cross platform ...
Problem/Motivation On windows "yarn install" doesn't complete and is interrupted by errors from "gificle" and "fsvents" packages.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah, sorry. I forgot to push the release.
https://github.com/imagemin/gifsicle-bin/releases/tag/v5.3.0
@MondoGao Sorry, but now I’m confused. The issue was fixed in a mirror repository of npm? Will it be fixed in the “official” npm repository?