I'm trying to deploy a website using appveyor. I haven't had a problem until now. It seems that the console hangs at the point where it tries to install gifsicle. Here's the console output:
What could be causing this? From the searching around I've done it seems like it could be one of two issues. Either a lack of memory (highly doubt it) or node can't find a dependency. I'd think that if it couldn't resolve a dependency, it would show some sort of error. Instead, it just hangs like this for an hour and appveyor kills the build. What could be causing this?
EDIT:
After visiting the github page of the module implementing gifsicle at https://github.com/imagemin/imagemin-gifsicle I see the following:
Is this what is causing the issue? I would doubt it since it seems the imagemin-gifsicle appveyor build failed quite a while ago (like 11 months ago according to https://ci.appveyor.com/project/ShinnosukeWatanabe/imagemin-gifsicle).