blixt-wallet icon indicating copy to clipboard operation
blixt-wallet copied to clipboard

Use protobufjs-cli package instead of protobufjs when released

Open emanuelb opened this issue 3 years ago • 2 comments

The usage of pbjs & pbts from protobufjs package in yarn gen-proto step require npm installed, as npm install is called by it, this bad+weird behavior will be fixed by new protobufjs-cli package which will depend on protobufjs, there many issues about it in protobufjs repo, one of the latest for tracking it is (The protobufjs-cli package should be available soon): https://github.com/protobufjs/protobuf.js/issues/1538

emanuelb avatar Apr 22 '21 09:04 emanuelb

Thank you for raising this issue. Will definitely fix this as soon as protobufjs gets their things sorted out.

hsjoberg avatar Apr 22 '21 13:04 hsjoberg

issue upstream is fixed: https://github.com/protobufjs/protobuf.js/issues/1538#issuecomment-1191220081

emanuelb avatar Aug 03 '22 21:08 emanuelb