I am building my project using NPM and the install process hangs.
I have narrowed it down to the gulp-imagemin module for gulp.
If I run
npm install gulp-imagemin@2.3.0
it hangs at about the 5 minute mark.
If I do "npm install --verbose" I get a ton of output, and eventually it hangs at this :
npm verb unsafe-perm in lifecycle true npm info postinstall utf-8-validate@1.2.1 npm verb unlock done using C:\Users\watkins\AppData\Roaming\npm-cache_locks\utf-8-validate-d0ec860f08ac7b2c.lock for D:\dev\ngs-frontend-next\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\utf-8-validate
jpegtran-bin@3.0.6 postinstall D:\dev\ngs-frontend-next\node_modules\gulp-imagemin\node_modules\imagemin\node_modules\imagemin-jpegtran\node_modules\jpegtran-bin node lib/install.js
Is this something to do with gulp-imagemin?
How would I go about resolving this problem?