- First you need to remove the current version of appc-cli alloy.
~/.appcelerator/install/For CLI Version/package/node_modules/
delete the folder alloy
- Go back to package folder and edit
package.json
file
change the alloy version from ~1.8.0
to 1.9.0
inside the ~/.appcelerator/install/For CLI Version/package
folder run the command npm install
it should download the alloy's version 1.9.0
Run appc alloy -v
---> 1.9.0
- repeat the steps until
npm install
Download the Alloy Package
npm install -g Alloy
copy all files inside this package
where alloy
<-- Alloy Package folder
go back to ~/.appcelerator/install/For CLI Version/package/node_modules/
create a folder called alloy
and paste the files you have copied.
Run appc alloy -v
Remember to clean your project to change things.