You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
Installation works fine at first, so I run npm shrinkwrap to shrinkwrap the modules.
After that I remove the node_modules directory and try to install the project again.
I get this error:
npm WARN package.json imagemin-wrap@1.0.0 No description
npm WARN package.json imagemin-wrap@1.0.0 No repository field.
npm WARN package.json imagemin-wrap@1.0.0 No README data
npm WARN package.json github-url-from-git@1.1.1 No repository field.
-
> gifsicle@0.1.7 postinstall /Users/vfilippov/tmp/imagemin-wrap/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin-gifsicle/node_modules/gifsicle
> node index.js
> jpegtran-bin@0.2.8 postinstall /Users/vfilippov/tmp/imagemin-wrap/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin-jpegtran/node_modules/jpegtran-bin
> node index.js
-
> optipng-bin@0.3.11 postinstall /Users/vfilippov/tmp/imagemin-wrap/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin-optipng/node_modules/optipng-bin
> node index.js
✔︎ pre-build test passed successfully!
npm ERR! cb() never called!
npm ERR! not ok code 0
~/tmp/imagemin-wrap on master*
$
Repo to reproduce: https://github.com/vladikoff/imagemin-wrap
Installation works fine at first, so I run
npm shrinkwrapto shrinkwrap the modules.After that I remove the
node_modulesdirectory and try to install the project again.I get this error: