Show errors on npm install
parent
a7e6c6b0ab
commit
3e53a11127
|
@ -69,7 +69,7 @@ echo "Ensure that all dependencies are up to date..."
|
|||
cd node_modules
|
||||
[ -e ep_etherpad-lite ] || ln -s ../src ep_etherpad-lite
|
||||
cd ep_etherpad-lite
|
||||
npm install -s
|
||||
npm install --loglevel warn
|
||||
) || {
|
||||
rm -rf node_modules
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue