2017-02-17 1 views
0

При попытке следовать инструкциям (https://fabric-composer.github.io/tasks/genapp.html) для создания приложения с угловым выражением на основе действующей бизнес-сети Я получаю сообщение об ошибке bower.json present, используя defaultProfile. Кажется, он создает каталог node_modules, но он пуст, однако не создается каталог углового приложения. Я смог получить приложение, созданное, указывая на существующий файл BNA, как описано в шаге 2 документа, но не был идеальным. Любая идея о том, что происходит?Невозможно создать Угловое приложение на основе действующей бизнес-сети

[email protected]:~$ yo fabric-composer:angular 
WARNING: No configurations found in configuration directory:/home/jdockter/config 
WARNING: To disable this warning set SUPPRESS_NO_CONFIG_WARNING in the environment. 
Welcome to the Angular2 skeleton app generator 
? Do you want to connect to a running Business Network? Yes 
? What is the name of the application you wish to generate?: angular-app 
? Description of the application: Skeleton Fabric Composer Angular2 project 
? Author name: Jon Dockter 
? Author email: [email protected] 
? What is the Business Network Identifier?: labor-network-model 
? What is the Connection Profile to use? defaultProfile 
? Enrollment id: WebAppAdmin 
? Enrollment Secret: DJY27pEnl16d 
Configuring: angular-app 
About to connect to a running business network 


I'm all done. Running npm install && bower install for you to install the required dependencies. If this fails, try running the command yourself. 


npm WARN enoent ENOENT: no such file or directory, open '/home/jdockter/package.json' 
npm WARN jdockter No description 
npm WARN jdockter No repository field. 
npm WARN jdockter No README data 
npm WARN jdockter No license field. 
bower       ENOENT No bower.json present 
Complete 

ответ

Смежные вопросы