arvindr21/expressjs-fileupload

Fail on npm install...

zipzit opened this issue · 0 comments

Looks like dependencies are broken. This repo depends on blueimp-file-upload-expressjs and that module depends on lwip (Light Weight Image Processor for NodeJS)

npm install log extract:

verbose stack Error: lwip@0.0.6 install: node-gyp rebuild
166 verbose stack Exit status 1
166 verbose stack at EventEmitter. (/Users/username/.nvm/versions/node/v10.1.0/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:285:16)
166 verbose stack at EventEmitter.emit (events.js:182:13)
166 verbose stack at ChildProcess. (/Users/username/.nvm/versions/node/v10.1.0/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
166 verbose stack at ChildProcess.emit (events.js:182:13)
166 verbose stack at maybeClose (internal/child_process.js:957:16)
166 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:246:5)
167 verbose pkgid lwip@0.0.6

173 error code ELIFECYCLE
174 error errno 1
175 error lwip@0.0.6 install: node-gyp rebuild
175 error Exit status 1
176 error Failed at the lwip@0.0.6 install script.
176 error This is probably not a problem with npm. There is likely additional logging output above.
177 verbose exit [ 1, true ]

my npm info:

$ npm version
{ 'application-name': '0.0.1',
  npm: '5.6.0',
  ares: '1.14.0',
  cldr: '33.0',
  http_parser: '2.8.0',
  icu: '61.1',
  modules: '64',
  napi: '3',
  nghttp2: '1.29.0',
  node: '10.1.0',
  openssl: '1.1.0h',
  tz: '2018c',
  unicode: '10.0',
  uv: '1.20.2',
  v8: '6.6.346.27-node.6',
  zlib: '1.2.11' }