imagemin / mozjpeg-bin

mozjpeg bin-wrapper that makes it seamlessly available as a local dependency

Home Page:https://github.com/mozilla/mozjpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation of mozjpeg fails

rahulthewall opened this issue · comments

commented

Console Output

rahul@googly ~/work/deep_impact/rupert $ npm install mozjpeg
rupert@0.2.6 /Users/rahul/work/deep_impact/rupert
├── gulp-rename@1.2.2
├─┬ gulp-sourcemaps@1.6.0
│ ├── convert-source-map@1.2.0
│ ├── graceful-fs@4.1.4
│ ├─┬ strip-bom@2.0.0
│ │ └── is-utf8@0.2.1
│ ├─┬ through2@2.0.1
│ │ └── readable-stream@2.0.6
│ └── vinyl@1.1.1
└── minimist@1.2.0

npm WARN rupert@0.2.6 No license field.
npm ERR! Darwin 15.4.0
npm ERR! argv "/usr/local/Cellar/node5/5.11.1/bin/node" "/usr/local/bin/npm" "install" "mozjpeg"
npm ERR! node v5.11.1
npm ERR! npm  v3.8.6
npm ERR! path /Users/rahul/work/deep_impact/rupert/node_modules/mozjpeg/cli.js
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod

npm ERR! enoent ENOENT: no such file or directory, chmod '/Users/rahul/work/deep_impact/rupert/node_modules/mozjpeg/cli.js'
npm ERR! enoent ENOENT: no such file or directory, chmod '/Users/rahul/work/deep_impact/rupert/node_modules/mozjpeg/cli.js'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/rahul/work/deep_impact/rupert/npm-debug.log

Log File: npm-debug.txt

Yes, something weird occurred during v4.1.2 publication. I just unpublished v4.1.2.

I found the reason why v4.1.2 build is broken. mozilla/mozjpeg#202