-pecl: php.ini a été modifié
-npm: Cannot read property 'length' of undefined
-homebrew: config apache
This commit is contained in:
2019-04-04 10:14:59 +02:00
parent 0328bc8328
commit 74cb267bbf
3 changed files with 16 additions and 2 deletions

View File

@@ -64,6 +64,9 @@ echo ""
echo -e "\033[4m🌿 Global installed scripts:\033[0m"
npm list -g --depth=0
g_outdated=$(npm outdated -g)
# => npm ERR! Cannot read property 'length' of undefined -> https://stackoverflow.com/questions/55172700/npm-outdated-g-error-cannot-read-property-length-of-undefined
# update -> wanted ; install -> latest
if [ -n "$g_outdated" ]; then
if [ "$no_distract" = false ]; then