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 9139461 commit a3f4fc9Copy full SHA for a3f4fc9
commands/web/woodoo_components/npm-deps
@@ -14,7 +14,7 @@ function checkPrequisites() {
14
15
cd "${THEME_PATH}/web/tailwind" || exit
16
17
- if ! command -v ncuu &>/dev/null; then
+ if ! command -v ncu &>/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
20
fi
0 commit comments