Open jpcmf opened 9 years ago
That's weird. May it be you installed the plugin with other permissions than you have while using it? So if you did a sudo npm install gulp-notify
, that could cause the permissions for terminal-notifier to be super user, and your normal user wouldn't have access to that. One thing you could try is sudo chown -R $(whoami) /Users/fricks/Sites/equiparlab/node_modules/gulp-notify/node_modules/node-notifier
for setting yourself as an owner of all files in the node-notifier
package.
@mikaelbr It's working right now! Thank you. I have another issue with gulp-ruby-sass and gulp-notify. I dont receive error messages anymore. Do you know what's going on?
This might be due to gulp-ruby-sass and it not emitting errors properly. I know there were some errors regarding this previously. Are you experiencing this still?
Hello @mikaelbr Im getting this error
gulp-notify: [Error running notifier] Could not send message: Command failed: /bin/sh: /Users/fricks/Sites/equiparlab/node_modules/gulp-notify/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/MacOS/terminal-notifier: Permission denied
Do you know how can i fix it?
Thank you