aboutsummaryrefslogtreecommitdiff
path: root/configure
blob: c57463ef06c98cc032b8c5de01c886eea18abe2c (plain)
1
2
3
4
5
6
#!/bin/bash

if ! npm --version >/dev/null; then
  echo 'Node Package Manager (npm) missing'
  exit 1
fi