Affichage des articles dont le libellé est Sencha Cmd Linux build error. Afficher tous les articles
Affichage des articles dont le libellé est Sencha Cmd Linux build error. Afficher tous les articles

jeudi 16 avril 2015

Sencha Cmd Linux build error

Not sure if this is a bug, or if this is where I should post this... but here goes:



Using ubuntu 14.04 and sencha command 6 and extjs 6



running:



sencha -sdk /home/mark/ext-6.0.0 generate app ot /home/mark/work/otapp



I was getting error that could not execute external processes.



After running with -d flag found that it was looking for phantomjs in



Sencha/Cmd/6.0.0.92/bin/linux-x64/phantomjs/phantomjs

The install folder is

Sencha/Cmd/6.0.0.92/bin/linux/phantomjs/phantomjs



after doing a ln -s linux linux-x64 in the bin folder I was able to successfully execute the command.





Sencha Cmd Linux build error