Merge "(bug 47070) check content model namespace on import."
[lhc/web/wiklou.git] / resources / scripts / nodecheck.sh
1 #!/usr/bin/env bash
2 if command -v npm > /dev/null ; then
3 npm install
4 else
5 echo "You need to install Node.JS!"
6 echo "See http://nodejs.org/"
7 exit 1
8 fi