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
I have this one project that uses the urlsafe-base64 package. In order to use Yarn, I explicitly need to pass --ignore-engines to yarn.
Can we pass any additional switches after -- to the underlying package manager that's going to apply the updates? The command would be something like updtr --save-exact -- --ignore-engines.
The text was updated successfully, but these errors were encountered:
I have this one project that uses the
urlsafe-base64
package. In order to use Yarn, I explicitly need to pass--ignore-engines
to yarn.Can we pass any additional switches after
--
to the underlying package manager that's going to apply the updates? The command would be something likeupdtr --save-exact -- --ignore-engines
.The text was updated successfully, but these errors were encountered: