summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 76ab94a7a..bae3b1b9a 100755
--- a/configure
+++ b/configure
@@ -16,8 +16,8 @@ if ! node -p 'process.exit(!(/v([0-9]+)/.exec(process.version)[1] >= 4))'; then
exit 1
fi
-if ! npm --version >/dev/null; then
- echo 'Node Package Manager (npm) missing'
+if ! yarn --version >/dev/null; then
+ echo 'yarn missing'
exit 1
fi