Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating the npm version to 0.4.5 #49

Open
Edmeral opened this issue Nov 1, 2015 · 5 comments
Open

Updating the npm version to 0.4.5 #49

Edmeral opened this issue Nov 1, 2015 · 5 comments

Comments

@Edmeral
Copy link

Edmeral commented Nov 1, 2015

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
Copy link

Snack-X commented Nov 24, 2015

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

@simison
Copy link
Contributor

simison commented Nov 26, 2015

+1

@G-h-o-s-t
Copy link

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
Copy link

Hiswe commented Jan 22, 2016

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
Copy link

ldarren commented May 18, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants