在调用
fabric-node-sdk
的时候,发现下载版本的fabric-client
没有channel.queryBlockByTxID
函数。在github中的最新代码是有这个函数的。所以就需要升级到最新版本。
更新全局包:
npm update <name> -g
更新生产环境依赖包:
npm update <name> --save
更新开发环境依赖包:
npm update <name> --save-dev
fabric-node-sdk
的时候,发现下载版本的fabric-client
没有channel.queryBlockByTxID
函数。在github中的最新代码是有这个函数的。所以就需要升级到最新版本。
更新全局包:
npm update <name> -g
更新生产环境依赖包:
npm update <name> --save
更新开发环境依赖包:
npm update <name> --save-dev
本文标题:npm升级指定依赖包
本文链接:https://www.haomeiwen.com/subject/stuosftx.html
网友评论