blueimp-file-upload-expressjs icon indicating copy to clipboard operation
blueimp-file-upload-expressjs copied to clipboard

Updating the npm version to 0.4.5

Open Edmeral opened this issue 9 years ago • 5 comments

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! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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.

Edmeral avatar Nov 01 '15 12:11 Edmeral

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

Snack-X avatar Nov 24 '15 03:11 Snack-X

+1

simison avatar Nov 26 '15 23:11 simison

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! [email protected] install: node-gyp rebuild npm ERR! Exit status 1

G-h-o-s-t avatar Jan 18 '16 10:01 G-h-o-s-t

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!

Hiswe avatar Jan 22 '16 11:01 Hiswe

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

ldarren avatar May 18 '18 11:05 ldarren