blixt-wallet
blixt-wallet copied to clipboard
Use protobufjs-cli package instead of protobufjs when released
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
Thank you for raising this issue. Will definitely fix this as soon as protobufjs gets their things sorted out.
issue upstream is fixed: https://github.com/protobufjs/protobuf.js/issues/1538#issuecomment-1191220081