简介
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
发表评论