node.js - node-gyp configure error incorrect header check -


when install socket.io using npm got error..gyp configure error incorrect header check.and have installed node-gyp , set python parameter also..

    python version -2.7    node version   -0.12.5    npm version -2.11.2 
> utf-8-validate@1.1.0 install /home/local/payoda/murugesan.p/desktop/chat-example/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/utf-8-validate > node-gyp rebuild  gyp warn install got error, rolling install gyp err! configure error  gyp err! stack error: incorrect header check gyp err! stack     @ zlib._handle.onerror (zlib.js:366:17) gyp err! system linux 3.13.0-24-generic gyp err! command "node" "/usr/local/nodejs/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp err! cwd /home/local/payoda/murugesan.p/desktop/chat-example/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/utf-8-validate gyp err! node -v v0.12.5 gyp err! node-gyp -v v2.0.1 gyp err! not ok   > bufferutil@1.1.0 install /home/local/payoda/murugesan.p/desktop/chat-example/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/bufferutil > node-gyp rebuild  gyp warn install got error, rolling install gyp err! configure error  gyp err! stack error: incorrect header check gyp err! stack     @ zlib._handle.onerror (zlib.js:366:17) gyp err! system linux 3.13.0-24-generic gyp err! command "node" "/usr/local/nodejs/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp err! cwd /home/local/payoda/murugesan.p/desktop/chat-example/node_modules/socket.io/node_modules/engine.io/node_modules/ws/node_modules/bufferutil gyp err! node -v v0.12.5 gyp err! node-gyp -v v2.0.1 gyp err! not ok  npm warn optional dep failed, continuing utf-8-validate@1.1.0 


Comments