extjs - Sencha CMD Error "Did not locate framework package" -
i'm new sencha , installed sencha cmd. following sencha's instructions type following on command line:
sencha generate app -ext myapp ./app
but 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 @ com.sencha.util.pathutil.normalizepathcharacters ... ... @ com.sencha.command.sencha.main(sencha.java:141)
i've searched internet error message , haven't found anything.
try below command generate sencha app.
sencha -sdk f:/touch-2.3.0 generate app test-app .
(dot represent current directory)
sdk path touch library.
test-app app name.
Comments
Post a Comment