wallet-core/configure

7 lines
113 B
Plaintext
Raw Normal View History

2016-03-21 16:26:08 +01:00
#!/usr/bin/env bash
2016-03-18 15:11:16 +01:00
if ! npm --version >/dev/null; then
echo 'Node Package Manager (npm) missing'
exit 1
fi