Skip to content
Snippets Groups Projects
Commit 59f85704 authored by Shane Kilkelly's avatar Shane Kilkelly
Browse files

Add warning when NVM is not present

parent 54874c33
Branches sk-allow-no-nvm
No related tags found
No related merge requests found
#! env bash
[ -z "`type -t nvm`" ] && cat <<EOF
==========================================================
== NVM not installed, you should consider installing it ==
==========================================================
EOF
grep 'name:' config/services.js | \
sed 's/.*name: "\(.*\)",/\1/' | \
while read service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment