Estoy tratando de utilizar la NGP en cygwin, pero siguen dando siguientes errores:NPM en Cygwin: fin de archivo inesperado
ERR! tar "-mvxpf" "-" "--no-same-owner" "-C" "/tmp/npm-1305893882865/1305893885765-0.008730818051844835/contents/___package.npm" tar: Unexpected EOF in archive
ERR! tar "-mvxpf" "-" "--no-same-owner" "-C" "/tmp/npm-1305893882865/1305893885765-0.008730818051844835/contents/___package.npm" tar: Unexpected EOF in archive
ERR! tar "-mvxpf" "-" "--no-same-owner" "-C" "/tmp/npm-1305893882865/1305893885765-0.008730818051844835/contents/___package.npm" tar: Error is not recoverable: exiting now
ERR! tar "-mvxpf" "-" "--no-same-owner" "-C" "/tmp/npm-1305893882865/1305893885765-0.008730818051844835/contents/___package.npm"
ERR! Failed unpacking /tmp/npm-1305893882865/1305893885765-0.008730818051844835/tmp.tgz
ERR! couldn't unpack /tmp/npm-1305893882865/1305893885765-0.008730818051844835/tmp.tgz to /tmp/npm-1305893882865/1305893885765-0.008730818051844835/contents
verbose about to build /home/Tema/node_modules/express
ERR! error installing [email protected] Error: Failed tar "-mvxpf" "-" "--no-same-owner" "-C" "/tmp/npm-1305893882865/1305893885765-0.008730818051844835/contents/___package.npm"
Hay par de consejos Busqué en Google (caché NPM limpio y rebaseall), pero nada ayudó . Entonces, ¿hay alguna forma de usar NPM en Cygwin?
yo también! Obtuve un error similar al anterior e hice un caché npm clean y también un rebaseall y ahora npm install express parece colgarse con gzip consumiendo 100% cpu? – molicule
hmm, no, muestra los errores anteriores y sale con "npm no está bien". parece que tenemos que cambiar a linux vm ... – spacevillain
Puede valer la pena preguntar sobre esto en #nodejs, si no lo ha hecho ya. –