FSEvents_connect invalid gulp lock destination port

Hi there: when I created the project, I got this error:

2017-04-13 12:05 gulp[64643] (FSEvents.framework) FSEventStreamStart: ERROR: FSEvents_connect() => (ipc/send) invalid destination port (268435459)

followed by this at the end of the gulp process [I don't know if they are connected]

Message:
Command failed: /Users/toddpage/Code/RollKall-Coordinator-Portal/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/MacOS/terminal-notifier -title "Gulp notification" -message "Finished Script compilation" -appIcon "/Users/toddpage/Code/RollKall-Coordinator-Portal/node_modules/gulp-notify/assets/gulp.png"

Details:
    killed: false
    code: null
    signal: SIGABRT
    cmd: /Users/toddpage/Code/RollKall-Coordinator-Portal/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/MacOS/terminal-notifier -title "Gulp notification" -message "Finished Script compilation" -appIcon "/Users/toddpage/Code/RollKall-Coordinator-Portal/node_modules/gulp-notify/assets/gulp.png"

Since then, I canceled any code changes that might have caused this and rebuilt the project, but I still get this error. Any help would be greatly appreciated.

Thank!

+4
source share
1 answer

Rebooting my computer fixed it for me, registering the current user and back could also do the trick.

0
source

Source: https://habr.com/ru/post/1674773/


All Articles