compass error while packaging - extjs

I generated a package as follows :
sencha generate app GS e:\bhushan\GS7
After that I am trying to package a project using "sencha app build package native" command.
I am getting message as follows :
[INF] [shellscript] E:\bhushan\GS7\resources\sass>compass compile --bo
ring --force
[INF] [shellscript] '''compass''' is not recognized as an internal or
external comman
Do I need to install compass.
If yes, where can I find the installation and its steps to install on windows XP.

To install compass, look at their website:
- http://compass-style.org/install/

Related

not found at http://cdn.sencha.com/cmd/7.6.0.87/

I am upgrading from Ubuntu 16.04 to 22.04.
The following command was entered to upgrade sencha 4.0.5 version used in Ubuntu 16.04 to the latest version of sencha 7.6.0
sencha upgrade
An error occurred that supposedly failed to find the path to download
Sencha Cmd v4.0.5.87
[INF] Determining the latest version of Sencha Cmd
[INF] The latest version of Sencha Cmd is 7.6.0.87
[INF] Downloading SenchaCmd-7.6.0.87-linux-x64.run.zip from http://cdn.sencha.com/cmd/7.6.0.87/ to temp folder /tmp/sencha1672128222771
[INF] Cleaning up temporary files in /tmp/sencha1672128222771
[ERR] Cannot download SenchaCmd-7.6.0.87-linux-x64.run.zip - not found at http://cdn.sencha.com/cmd/7.6.0.87/
I looked at the sencha document and entered the command instructed there.
The above error does not seem to have a proper solution even if it is googled.
I would appreciate any response I need your help

ExtJS - Unable to locate supported Framework

Downloaded Ext JS Enterprise* Edition for MacOS Catalina. Unzipped the file and executed the SenchaCmd-7.2.0.66-osx.app which installed the CMD tool.
The instructions to generate the application documented here states the following:
Generate the application using the following command:
sencha -sdk /path/to/downloaded/sdk generate app modern MyApp ./MyApp
what is the /path/to/downloaded/sdk?
Tried several different paths but always get the following error:
Unable to locate 'framework.dir' property from sencha.cfg and no framework directory specified
[ERR] Please ensure this command was executed from a valid framework directory
[ERR] No Framework specified.
Please help!
could not get the zip download and CMD to work. Used the NPM option to download and make new app.

Salesforce SFDX getting error while creating project

I have latest Salesforce CLI version and while creating new project I am getting below error.
Starting SFDX: Create Project
09:17:56.406 sfdx force:project:create --projectname HelloWorld --outputdir d:\lightning Web Componant --template standard
ERROR running force:project:create: Command failed with exit code 1: npm root -g --prefix d:\lightning Web Componant.yo-repository --loglevel error
'npm' is not recognized as an internal or external command,
operable program or batch file.
09:18:07.277 sfdx force:project:create --projectname HelloWorld --outputdir d:\lightning Web Componant --template standard
ended with exit code 1
I have installed node.js from this link https://nodejs.org/en/download/ and also installed "Node.js Extension Pack " to fix the issue.
Installing node.js fixed the error for me.

Sencha CMD Error "Did not locate framework package"

I'm new to Sencha and I just installed Sencha CMD. Following Sencha's instructions I type the following on the command line:
sencha generate app -ext MyApp ./app
But all I get is this error message:
C:\SenchaCMD\Sencha>sencha generate app -ext MyApp ./app
Sencha Cmd v5.0.1.231
[WRN] Did not locate framework package
[ERR] java.lang.NullPointerException
at com.sencha.util.PathUtil.normalizePathCharacters
...
...
at com.sencha.command.Sencha.main(Sencha.java:141)
I've searched the internet for the error message and haven't found anything.
Try below command to generate sencha app.
sencha -sdk F:/touch-2.3.0 generate app Test-app .(Dot represent current directory)
sdk is the path to your touch library.
Test-app is your app name.
I had the exact same problem.
I had installed Sencha Cmd in a non-standard folder (within C:\Program Files (x86)\). Uninstalling Sencha Cmd and reinstalling it in the default folder (C:\Users\<UserName>\bin\) made the error go away.
You need to run it with the ExtJS sdk path.
In my case, the just downloaded ExtJS sdk:
sencha -sdk "C:\Users\username\Downloads\ext-5.1.1-trial\ext-5.1.1" generate app -ext MyApp ./app
It also need administrators right if you installed it in the ProgramFile Folder.
Run your console with administator rights.
"Did not locate framework package"
You should run this command from inside of touch-2.3.1 folder.
[ERR] java.lang.NullPointerException
run java -version looks like you are missing java
...and as a linux user, the same error appears if you install sencha command via sudo. You shouldn't do that.
so just run
guy#idoru:~$ chmod +x SenchaCmd-<version>-linux-x64.run
guy#idoru:~$ ./SenchaCmd-<version>-linux-x64.run
instead of
guy#idoru:~$ sudo ./SenchaCmd-<version>-linux-x64.run

Sencha native app error st-res/templates/stbuild_template_sim.app/ does not exists

I'm trying to build a native application from sencha cmd using sencha app build native and everything seems to work fine until it gets to this part:
failed running native packager
[ERR] Source directory: st-res/templates/stbuild_template_sim.app/ does not exists
Error copying st-res/templates/stbuild_template_sim.app/ to /home/dethstar/public_html/muhapp/build/muhapp/native/muhapp.app/
Failed to package application
But I Haven't been able to find anything about these files, neither online or in the touch directories. Any idea?
I had to link st-res and stbuild into my working directory:
ln -s /opt/Sencha/Cmd/4.0.0.203/stbuild/stbuild
ln -s /opt/Sencha/Cmd/4.0.0.203/stbuild/st-res
"/opt/Sencha/Cmd/4.0.0.203/" needs to be replaced with the path to your Sencha CMD installation.

Resources