I'm running macOS Ventura v13.4.1. I installed Gulp with brew:
brew install gulp
and received the message:
gulp has been officially discontinued upstream.
It may stop working correctly (or at all) in recent versions of macOS.
It was successfully installed
==> Moving App 'gulp.app' to '/Applications/gulp.app'
gulp was successfully installed!
However, when I run yarn dev
I have an error: /bin/sh: gulp: command not found
. When I try to pen Gulp from the Application folder I have an error:
“gulp” needs to be updated. The developer of this app needs to update it to work with this version of macOS. Contact the developer for more information.
How can I fix it to run yarn
command on macOS?