Open Edmeral opened 9 years ago
@arvindr21 Is there any update? Can you publish 0.4.5 version of this?
+1
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
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!
i had similar problem, and i have it fixed in my forked https://github.com/ldarren/blueimp-file-upload-expressjs
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.
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.