I'm trying to build the Getting Started demo application.
The code looks identical to the code in the demo and the application runs with no errors or messages displayed in the console but when I try to build it using : "sencha app build production" the process stops with the following message :
[INFO] Resolving your application dependencies ...
[ERROR]
There is no indication to what the error is or what o do about that error.
Is there a way to get some more information from the build process so I can now what the problem is ?
try sencha app build testing to see if it will build. If so then launch that build and look at the console and network tab. You have to make sure you require all the classes you use so Sencha Command can include the files.