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
Executing the tests locally (yarn test) fails, because protobufjs internally calls npm install to install some dependencies. In the past we've included these dependencies in our own devDependencies but this breaks without notice if protobufjs adds new dependencies and is confusing. They have recognized this as the dark pattern causing problems that it is and will release a separate protobufjs-cli package which includes these dependencies. Let's switch to that once it becomes available.
The text was updated successfully, but these errors were encountered:
Executing the tests locally (
yarn test
) fails, because protobufjs internally callsnpm install
to install some dependencies. In the past we've included these dependencies in our owndevDependencies
but this breaks without notice if protobufjs adds new dependencies and is confusing. They have recognized this as the dark pattern causing problems that it is and will release a separate protobufjs-cli package which includes these dependencies. Let's switch to that once it becomes available.The text was updated successfully, but these errors were encountered: