repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove functions deprecated since 1.21 from EditPage.php
[mediawiki.git]
/
docs
/
kss
/
scripts
/
nodecheck.sh
blob
3ee0f8346b29ed7860e8422f1b3a0c42563b2bfa
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