node.sh install.sh

minor bugfixs
This commit is contained in:
2021-01-09 14:13:24 +01:00
parent a5c0c2b011
commit 9d8b924a30
2 changed files with 3 additions and 3 deletions

View File

@@ -239,11 +239,11 @@ echo ""
###############
if [ "$doctor" = true ]; then
echo "${underline}🌿 The Doc is checking that everything is ok.${reset}\n"
echo -e "${underline}🌿 The Doc is checking that everything is ok.${reset}\n"
npm doctor
echo ""
echo "🔍 Verifying npm cache\n"
echo -e "🔍 Verifying npm cache\n"
npm cache verify
echo ""
fi