Closed kiyanwang closed 9 years ago
I also tried bumping up the version of node to (0.10.37) and npm (1.4.28)
I still fails but with a slightly different error
> iconv@2.1.8 install /vagrant/talis/rl-app/node_modules/iconv
> node-gyp rebuild
gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: incorrect header check
gyp ERR! stack at Zlib._binding.onerror (zlib.js:296:17)
gyp ERR! System Linux 3.2.0-23-generic
gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /vagrant/talis/rl-app/node_modules/iconv
gyp ERR! node -v v0.10.37
gyp ERR! node-gyp -v v1.0.1
gyp ERR! not ok
its ok the problem was related to a website issue with node-gyp: https://github.com/nodejs/node-gyp/issues/721 it resolve itself. Apologies.
This start happening last night, it was working fine until then...
Not sure how to fix this, any ideas?