Получение вспомогательных сообщений при создании приложения extjs6 с помощью команды sencha

Я установил Snecha и скачал Extjs6, затем

sencha -sdk home/apps/ext-6.0.1 generate app loginapp6 /home/Senchaapplications/loginapp6

тогда вывод:

Sencha Cmd v6.2.0.103
Sencha Cmd provides several categories of commands and some global switches. In
most cases, the first step is to generate an application based on a Sencha SDK
such as Ext JS or Sencha Touch:

    sencha -sdk /path/to/sdk generate app MyApp /path/to/myapp

Sencha Cmd supports Ext JS 4.1.1a and higher and Sencha Touch 2.1 and higher.

To get help on commands use the help command:

    sencha help generate app

For more information on using Sencha Cmd, consult the guides found here:

http://docs.sencha.com/cmd/


Options
  * --beta, -be - Enable beta package repositories
  * --cwd, -cw - Sets the directory from which commands should execute
  * --debug, -d - Sets log level to higher verbosity

  * --sdk-path, -sd - The location of the SDK to use for non-app commands
  * --strict, -st - Treats warnings as errors, exiting with error if any warnings are present
  * --time, -ti - Display the execution time after executing all commands

Categories
  * app - Perform various application build processes
  * compass - Wraps execution of compass for sass compilation
  * compile - Compile sources to produce concatenated output and metadata
  * cordova - Quick init Support for Cordova
     * phonegap - Quick init support for PhoneGap
  * repository - Manage local repository and remote repository connections
  * template - Commands for working with templates
  * theme - Commands for low-level operations on themes
  * web - Manages a simple HTTP file server
  * workspace - Commands to perform actions on the current workspace

Commands
  * upgrade - Upgrades Sencha Cmd
  * which - Displays the path to the current version of Sencha Cmd

предполагается создать папку loginapp6 с классическим и современным, но это не так.

что может быть причиной этого?


person Chandrashekar Bemagoni    schedule 02.11.2016    source источник


Ответы (2)


В моем случае он возникает из-за изменения имени системного пользователя. Я изменил свое системное имя KIGN's на Learner. после этого изменения Если установить и попытаться создать приложение Extjs6 с помощью sencha , оно не будет создано.

Я удалил sencha cmd, а затем создал нового пользователя с правами администратора, затем после входа в систему как новый пользователь и снова установил sencha, теперь создается его приложение ExtJS.

person Chandrashekar Bemagoni    schedule 03.11.2016

В настоящее время вы используете более позднюю версию команды sencha.

sencha cmd: v6.2.0.103
ExtJs SDK: ext-6.0.1

Загрузите более низкую версию sencha CMD отсюда:

https://www.sencha.com/products/extjs/cmd-download/< /а>

person Balram Maurya    schedule 03.11.2016