aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
new file mode 100755
index 000000000..c57463ef0
--- /dev/null
+++ b/configure
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+if ! npm --version >/dev/null; then
+ echo 'Node Package Manager (npm) missing'
+ exit 1
+fi