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