We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e6865 commit e533171Copy full SHA for e533171
commands/web/woodoo_components/npm-deps
@@ -14,9 +14,9 @@ function checkPrequisites() {
14
15
cd "${THEME_PATH}/web/tailwind" || exit
16
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
+ if ! command -v ncuu &>/dev/null; then
+ echo -e "${txtylw}${ICON_WARNING} npm-check-updates is not installed. Run ${txtcyn}ddev restart${txtylw} to install.${txtrst}"
+ exit 1
20
fi
21
}
22
0 commit comments