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
Do you want to request a feature or report a bug?
Bug
It is a nested optional dependency, but I discovered that the problem was due to the following added lines in package.json:
"resolutions": {
"**/fsevents": "1.2.9"
}
This was needed to make it work with Node 12, but apparently manually adding the resolution forces yarn to try and install the package, even if it's an optional dependency.
Do you want to request a feature or report a bug?
Bug
It is a nested optional dependency, but I discovered that the problem was due to the following added lines in
package.json
:This was needed to make it work with Node 12, but apparently manually adding the resolution forces yarn to try and install the package, even if it's an optional dependency.
Originally posted by @adamreisnz in #2051 (comment)
on top @adamreisnz, I think this should be an issue because we have to make two different version for develop (mac) and production (linux)
The text was updated successfully, but these errors were encountered: