gulp-notify: [Ошибка в уведомителе] Ошибка в плагине 'gulp-notify' Сбой команды:
Я пытаюсь настроить основной рабочий процесс с Gulp, и я получаю следующую ошибку всякий раз, когда я вызываю gulp-notify.
Design5-Joel:Sura-child design5$ gulp notify
[14:00:17] Using gulpfile ~/Documents/Websites/atoll-wp/wp-content/themes/Sura-child/gulpfile.js
[14:00:17] Starting 'notify'...
[14:00:17] Finished 'notify' after 10 ms
[14:00:17] gulp-notify: [Gulp notification] Hello Gulp!
[14:00:47] gulp-notify: [Error in notifier] Error in plugin 'gulp-notify'
Message:
Command failed: /Users/design5/Documents/Websites/atoll-wp/wp-content/themes/Sura-child/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/MacOS/terminal-notifier -title "Gulp notification" -message "Hello Gulp!" -appIcon "/Users/design5/Documents/Websites/atoll-wp/wp-content/themes/Sura-child/node_modules/gulp-notify/assets/gulp.png" -json "true"
Details:
killed: true
code: null
signal: SIGTERM
cmd: /Users/design5/Documents/Websites/atoll-wp/wp-content/themes/Sura-child/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/MacOS/terminal-notifier -title "Gulp notification" -message "Hello Gulp!" -appIcon "/Users/design5/Documents/Websites/atoll-wp/wp-content/themes/Sura-child/node_modules/gulp-notify/assets/gulp.png" -json "true"
Странно то, что все в функции срабатывает, включая уведомление, а затем ровно через 30 секунд появляется ошибка. Это особенно проблема, если я хочу посмотреть папку.
Если бы кто-то нашел решение для этого, это было бы очень ценно
edit: gulp-notify не является обязательным аспектом функции, поэтому простым решением было бы просто отключить уведомление, но я бы хотел решить эту проблему, если в будущем я столкнусь с подобными проблемами.
Я пробовал;
- обновление всех зависимостей
- проверка кеша узла
- переустановка всех пакетов
- запуск package.json и gulpfile.js через валидаторы.