I am trying to build my Angular app on Gitlab CI, and install the dependencies with npm ci
, but I encounter an error 'fsevents not accessible from rollup'. I tried npm ci --no-optional
and still having this error. How do I fix this?
I have also got the same error with "@angular-devkit/build-angular": "0.1102.14"
. I have resolved this issue by upgrading npm from ver6 to ver7 with node ver 14
npm install -g npm
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With