webknossos icon indicating copy to clipboard operation
webknossos copied to clipboard

Use protobufjs-cli package once it is released

Open daniel-wer opened this issue 4 years ago • 1 comments

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.

daniel-wer avatar Mar 03 '21 17:03 daniel-wer

Apparently protobufjs-cli is still not properly released, see this PR.

daniel-wer avatar May 30 '22 15:05 daniel-wer