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.
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.
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.
npm shrinkwrap
e, em seguida, npm install
funcionaram para mim.
Foi corrigido em 0.10.20: link