arvindr21 / blueimp-file-upload-expressjs

A simple express module for integrating jQuery File Upload.
http://expressjs-fileupload.cloudno.de/
104 stars 69 forks source link

Updating the npm version to 0.4.5 #49

Open Edmeral opened 8 years ago

Edmeral commented 8 years ago

The npm version (0.4.4) causes some problems under OS X because it uses lwip 0.0.6, the version on github works fine though (it uses lwip 0.0.8). I would very much appreciate updating the npm version to 0.4.5.

npm ERR! Darwin 15.0.0
npm ERR! argv "/usr/local/Cellar/node/5.0.0/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v5.0.0
npm ERR! npm  v3.3.9
npm ERR! code ELIFECYCLE

npm ERR! lwip@0.0.6 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the lwip@0.0.6 install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the lwip package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get their info via:
npm ERR!     npm owner ls lwip
npm ERR! There is likely additional logging output above.

I'm not sure what is the problem with the older version of lwip (maybe it's node 5.0 or OS X), but using the latest one does seem to solve the problem.

Snack-X commented 8 years ago

@arvindr21 Is there any update? Can you publish 0.4.5 version of this?

simison commented 8 years ago

+1

G-h-o-s-t commented 8 years ago

Npm 3.5.2 same issue: $ npm install blueimp-file-upload-expressjs ... gyp ERR! build error gyp ERR! stack Error: make failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 3.13.0-71-generic gyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /home/ghost/111/node_modules/lwip gyp ERR! node -v v4.2.4 gyp ERR! node-gyp -v v3.2.1 gyp ERR! not ok .. npm ERR! Linux 3.13.0-71-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "blueimp-file-upload-expressjs" npm ERR! node v4.2.4 npm ERR! npm v3.5.2 npm ERR! code ELIFECYCLE

npm ERR! lwip@0.0.6 install: node-gyp rebuild npm ERR! Exit status 1

Hiswe commented 8 years ago

Not the same problem but the 0.4.5 seems to fix an issue with S3 upload (see #51)

I hope the update will be made soon!

ldarren commented 6 years ago

i had similar problem, and i have it fixed in my forked https://github.com/ldarren/blueimp-file-upload-expressjs