Open fbricon opened 2 years ago
According to https://github.com/fsevents/fsevents/issues/321, it's because we're using an old version of fsevents
.
$ npm ls fsevents
java@1.11.0 /home/rgrunber/git/vscode-java
├─┬ chokidar@3.5.3
│ └── UNMET OPTIONAL DEPENDENCY fsevents@2.3.2
└─┬ gulp@4.0.2
└─┬ glob-watcher@5.0.5
└─┬ chokidar@2.1.8
└── UNMET OPTIONAL DEPENDENCY fsevents@1.2.13
So the issue is https://github.com/gulpjs/glob-watcher/issues/55 , https://github.com/gulpjs/gulp/issues/2654 . Are you able to use --no-optional
to fix it on Node 14 ?
Using the same node 14.19.1 as Jenkins, the project fails to build on my Mac.
It builds when I start using Node 16