protobufjs

简介

protobufjs这个库适用于nodejs
把引入的proto文件用pbjs命令转换为json文件或者js文件使用

使用

  • 安装
npm install protobufjs --save

相关使用示例见protobuf在vue项目中使用

常见错误

npm ERR! protobufjs@6.8.8 postinstall: node scripts/postinstall

npm安装时,提示npm ERR! protobufjs@6.8.8 postinstall: node scripts/postinstall

解决办法:在后面添加--ignore-scripts

npm i protobufjs --save --ignore-scripts

创作不易,若本文对你有帮助,欢迎打赏支持作者!

 分享给好友: