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
Looks like a required property config was recently added to SimpleGitOptions, as seen here. However the documentation does not show this as a required value.
Should it maybe have been an optional value? eg config?: string[];
Either way, I was updating our dependancies and was a little confused by the error message thrown. To fix I just added the config value.
The text was updated successfully, but these errors were encountered:
The simpleGit builder function actually accepts a Partial<SimpleGitOptions> as all of the properties are optional, this is now reflected in the docs published as 2.35.1
Looks like a required property
config
was recently added toSimpleGitOptions
, as seen here. However the documentation does not show this as a required value.Should it maybe have been an optional value? eg
config?: string[];
Either way, I was updating our dependancies and was a little confused by the error message thrown. To fix I just added the
config
value.The text was updated successfully, but these errors were encountered: