当前位置: 首页 > 工具软件 > nodejs-sdk > 使用案例 >

Fabric 016 Fabric - NodeJs -SDK 安装

贺海
2023-12-01
  • 需要确保以下配置,特别是第三个,我之前安装失败原因............
  • node runtime LTS version 8.9.0 or higher, up to 9.0 ( Node v9.0+ is not supported )
  • npm tool version 5.5.1 or higher
  • gulp command (must be installed globaly with npm install -g gulp)
  • docker (not required if you only want to run the headless tests with npm test, see below)

我用的是 express 框架

配置文件

npm install fabric-client --save --unsafe-perm

npm install fabric-ca-client --save 

 类似资料: