[AC-361] Wrong command on project run
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Resolved |
| Resolution | Invalid |
| Resolution Date | 2015-11-11T18:40:53.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Alloy, Appcelerator CLI, Studio |
| Labels | n/a |
| Reporter | Agustin Quiroga |
| Assignee | Mostafizur Rahman |
| Created | 2015-09-18T15:54:52.000+0000 |
| Updated | 2015-11-11T18:40:53.000+0000 |
Description
After update to 5.0 versión project can't be run on emulators. Command is incorrect.
[INFO] : Executing Alloy compile: cmd /s /c C:\Users\AgusQuiroga\.appcelerator\install\5.0.0\package\node_modules\appc-cli-titanium\node_modules\alloy\bin\alloy compile C:\Users\AgusQuiroga\WorkspaceIndigo\MegaVasoc_Mobile\app --config platform=android,version=0,simtype=none,devicefamily=none,deploytype=development,target=emulator --no-colors
"C:\Users\AgusQuiroga\.appcelerator\install\5.0.0\package\node_modules\appc-cli-titanium\node_modules\alloy\bin\alloy" no se reconoce como un comando interno o externo,
Should be:
C:\Program Files\nodejs\node.exe C:\Users\AgusQuiroga\.appcelerator\install\5.0.0\package\node_modules\appc-cli-titanium\node_modules\alloy\bin\alloy compile C:\Users\AgusQuiroga\WorkspaceIndigo\MegaVasoc_Mobile\app --config pl
Hello, Somehow your Core CLI update wasn't successful. Can you Try deleting ".appcelerator" folder and try reinstall CLI. Please run, "npm install appcelerator -g" and "appc setup" Reply with your findings, Thanks.
Soved... reinstalling soved the issue.