Windows上的Fabric作曲家?

时间:2017-02-02 18:37:35

标签: hyperledger-fabric hyperledger-composer

Windows上是否支持fabric-composer? https://fabric-composer.github.io/tasks/prerequisites.html

如何获得Slack频道的邀请? https://fabric-composer.github.io/support/index.html

2 个答案:

答案 0 :(得分:4)

感谢您了解面料作曲家。

正在使用的所有技术都是跨平台的(Node.js,npm,git和Hyperledger,Docker等),因此在Windows上具有可用性。对于像Ubuntu这样的一些工具,总体开发经验并不顺利。因此,出于纯粹的实际原因,目前还没有包含它。

打开包含Windows的git问题。 (https://github.com/fabric-composer/fabric-composer/issues/65

Slack是一个正在寻找的工具,用于构建面料作曲家的贡献者社区。如果有兴趣成为贡献者,请联系info@fabric-composer.org。

Windows支持上的更新 请查看上面提到的git问题的最新更新,我已经在这方面取得了很好的进展。虽然尚未正式提供支持,但我已经能够运行基本的“Hello World'应用

答案 1 :(得分:0)

Quickstart中提到的第一步在Windows上失败。看起来我们需要等到提供对Windows的支持...

D:\fabric-composer>npm install -g composer-cli
npm WARN deprecated node-uuid@1.4.7: use uuid module instead
C:\Users\xxxx\AppData\Roaming\npm
`-- (empty)

npm WARN optional Skipping failed optional dependency /composer-cli/chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.1.1
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "composer-cli"
npm ERR! node v5.11.0
npm ERR! npm  v3.8.6
npm ERR! path C:\Users\xxxx\AppData\Roaming\npm\node_modules\.staging\node-uuid-39ce4b7a
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall rename

npm ERR! enoent ENOENT: no such file or directory, rename 'C:\Users\xxxx\AppData\Roaming\npm\node_modules\.staging\node-uuid-39ce4b7a' -> 'C:\Users\xxxx\AppData\Roaming\npm\node_modules\composer-cli\node_modules\grpc\node_modules\node-pre-gyp\node_modules\request\node_modules\node-uuid'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! Please include the following file with any support request:
npm ERR!     D:\fabric-composer\npm-debug.log
npm ERR! code 1