Problema: “npm ERR! cb () nunca ligou! npm ERR! não ok código 0 ”ao instalar o etherpad

3

em um Ubuntu 12.04.3:

adduser --system --home=/var/www/etherpad --group etherpad

apt-get install gzip git-core curl python libssl-dev build-essential abiword python-software-properties

add-apt-repository ppa:chris-lea/node.js
apt-get update; apt-get install -y nodejs

su - etherpad -s /bin/bash
git clone git://github.com/ether/etherpad-lite.git
cd etherpad-lite
sed -i 's/bin\/installDeps.sh/sh bin\/installDeps.sh/g' bin/run.sh
sh bin/run.sh

mas ao usar sh bin / run.sh:

Ensure that all dependencies are up to date...  If this is the first time you have run Etherpad please be patient.
npm ERR! cb() never called!
npm ERR! not ok code 0

P: Como posso resolver este problema? "npm cache clear não" ajudou. O FS é montado com noexec. O sistema está atualizado.

    
por gasko peter 26.09.2013 / 09:45

3 respostas

0

Para quem está vendo este 2013-09-27, há um bug com a versão mais recente de npm . Fazer o downgrade de nodejs para 0.10.17 parece resolver o problema.

StackOverflow

    
por jrhorn424 27.09.2013 / 07:21
0

npm shrinkwrap e, em seguida, npm install funcionaram para mim.

    
por joeymiller 27.09.2013 / 16:43
-1

Foi corrigido em 0.10.20: link

    
por Richard van Zon 01.10.2013 / 12:27