Hello
We've found an issue with phonegap build that will prevent new phonegap users
to launch an application build with Ares. This issue is confusing enough for
new users to warrant a new release of Ares.
This new 0.2.1 release fixes 2 issues:
- Ares can now launch a phonegap build on an new or empty phonegap account
- Generation of config.xml can now be disabled. Customization in config.xml
won't be clobbered by Ares when launching a build. See KNOWN-BUGS file for
configuration details
Sorry for the trouble
Marian
0 ·
Comments
npm -d update ares-ide
.If you want to see what version of Ares you have installed, the best way I would recommend is to go into your node_modules/ares-ide/ directory and run:
cat package.json | grep \"version\"
If you're on Windows then I'd recommend just opening the package.json file (again, under node_modules/ares-ide/) up in a text editor (not Notepad) and looking at the number inside the "version" parameter.
At least first go here: And then just look at the very first line ...
---
I would prefer that in the Ares UI we had some "About Ares" menu entry to display the version of Ares IDE and the required other resources like node.js ...
(Not sure if there is such Enhancement Request in Jira for Ares already.)
I've tried update and I've uninstalled and reinstalled ares but I get same version?
Why does npm keep installing 0.1.0?