Skip to content

Commit e533171

Browse files
Morgy93dermatz
authored andcommitted
fix message
1 parent c6e6865 commit e533171

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

commands/web/woodoo_components/npm-deps

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ function checkPrequisites() {
1414

1515
cd "${THEME_PATH}/web/tailwind" || exit
1616

17-
if ! command -v ncu &>/dev/null; then
18-
echo -e "${txtylw}${ICON_WARNING} npm-check-updates is not installed. Run 'ddev restart' to install.${txtrst}"
19-
npm install -g npm-check-updates
17+
if ! command -v ncuu &>/dev/null; then
18+
echo -e "${txtylw}${ICON_WARNING} npm-check-updates is not installed. Run ${txtcyn}ddev restart${txtylw} to install.${txtrst}"
19+
exit 1
2020
fi
2121
}
2222

0 commit comments

Comments
 (0)