6

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

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

4

3 回答 3

4

感谢您查看 fabric-composer。

所有正在使用的技术都是跨平台的(Node.js、npm、git 和 Hyperledger、Docker 等),因此在 Windows 上可用。某些工具的整体开发体验不如 Ubuntu 上的那么流畅。因此,出于纯粹实用的原因,目前不包括在内。

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

Slack 是一个正在研究的工具,用于为 fabric-composer 建立一个贡献者社区。如果有兴趣成为贡献者,请联系 info@fabric-composer.org。

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

于 2017-02-03T11:32:32.990 回答
0

快速入门中提到的第一步在 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
于 2017-03-03T05:16:16.733 回答
-1

windows 不正式支持 hyperledger composer setup 。

您可以尝试在 vmware 上托管 Ubuntu OS 进行设置。

设置很容易做到这一点。

于 2017-11-28T04:39:47.797 回答