Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub
overleaf
Commits
59f85704
Commit
59f85704
authored
Sep 05, 2017
by
Shane Kilkelly
Browse files
Add warning when NVM is not present
parent
54874c33
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/install-services
View file @
59f85704
#! 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment