You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We faced that issue with fsevents not being installed when developers create npm-shrinkwrap.json on their laptop with Mac OS and CI runs Linux. fsevents supports Mac OS only and marked as "optional": true. As a result builds on CI are failing due to error reported by ember-cli-dependency-checker.
@stefanpenner what's your thought about using warn for optional dependencies instead of throwing an error?
people may be having issues with optional deps not being installed, but validated...
ember-cli/ember-cli#4965
The text was updated successfully, but these errors were encountered: