[AC-3346] Errors at startup
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2016-03-22T20:49:22.000+0000 |
Affected Version/s | Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | n/a |
Labels | feedback |
Reporter | Daniele Paoni |
Assignee | Mostafizur Rahman |
Created | 2016-03-10T13:01:36.000+0000 |
Updated | 2016-03-22T20:49:22.000+0000 |
Hello, First try following the guide in here http://docs.appcelerator.com/platform/latest/#!/guide/Installation_and_Configuration. Now after the studio launch. Open the terminal in the studio and check your node version, Run "node --version". Then, Run "sudo npm install appcelerator -g" to install core CLI and After that Run, "appc setup" which will guide you to the installation process. If you face any problem please contact us. Thanks.
The ide works well, I just get the errors at startup Anyway, here are the logs of the commands > node --version v0.12.7 > npm install appcelerator -g npm WARN installMany request was bundled with appcelerator@4.2.3, but bundled package wasn't found in unpacked tree npm WARN installMany chalk was bundled with appcelerator@4.2.3, but bundled package wasn't found in unpacked tree npm WARN installMany progress was bundled with appcelerator@4.2.3, but bundled package wasn't found in unpacked tree npm WARN installMany tar was bundled with appcelerator@4.2.3, but bundled package wasn't found in unpacked tree npm WARN installMany which was bundled with appcelerator@4.2.3, but bundled package wasn't found in unpacked tree npm WARN installMany debug was bundled with appcelerator@4.2.3, but bundled package wasn't found in unpacked tree npm WARN installMany lodash was bundled with appcelerator@4.2.3, but bundled package wasn't found in unpacked tree npm WARN installMany request was bundled with appcelerator@4.2.3, but bundled package wasn't found in unpacked tree C:\Users\daniele\AppData\Roaming\npm\appc -> C:\Users\daniele\AppData\Roaming\npm\node_modules\appcelerator\bin\appc C:\Users\daniele\AppData\Roaming\npm\appcelerator -> C:\Users\daniele\AppData\Roaming\npm\node_modules\appcelerator\bin\appc appcelerator@4.2.3 C:\Users\daniele\AppData\Roaming\npm\node_modules\appcelerator ├── which@1.0.8 ├── progress@1.1.8 ├── async@1.5.2 ├── semver@3.0.1 ├── debug@2.2.0 (ms@0.7.1) ├── chalk@0.5.1 (ansi-styles@1.1.0, escape-string-regexp@1.0.5, supports-color@0.2.0, strip-ansi@0.3.0, has-ansi@0.1.0) ├── update-notifier@0.5.0 (is-npm@1.0.0, string-length@1.0.1, repeating@1.1.3, semver-diff@2.1.0, chalk@1.1.1, configstore@1.4.0, latest-version@1.0.1) ├── request@2.69.0 (is-typedarray@1.0.0, aws-sign2@0.6.0, forever-agent@0.6.1, caseless@0.11.0, stringstream@0.0.5, tunnel-agent@0.4.2, oauth-sign@0.8.1, form-data@1.0.0-rc3, isstream@0.1.2, extend@3.0.0, json-stringify-safe@5.0.1, node-uuid@1.4.7, combined-stream@1.0.5, qs@6.0.2, tough-cookie@2.2.2, mime-types@2.1.10, aws4@1.3.2, bl@1.0.3, http-signature@1.1.1, har-validator@2.0.6, hawk@3.1.3) ├── tar@1.0.3 (inherits@2.0.1, block-stream@0.0.8, fstream@1.0.8) └── lodash@4.6.1 > appc setup Finding latest version ...5.2.0 OK Version 5.2.0 already installed. ? Do you plan on developing Titanium apps? Yes Checking your environment... You have the latest Titanium SDK release 5.2.0.GA The following WINDOWS issues were found in your environment: Unable to find the following required Microsoft.NET assemblies: "Microsoft.SmartDevice.Connectivity.Interface", "Microsoft.SmartDevice.MultiTargeting.Connectivity". These should be resolved by reinstalling Microsoft Visual Studio. Microsoft Windows Store SDK not found. You will be unable to build Windows Store apps. Microsoft Windows Phone SDK not found. You will be unable to build Windows Phone apps. You can install it from http://appcelerator.com/windowsphone. Microsoft Visual Studio not found. You will be unable to build Windows Phone or Windows Store apps. You can install it from http://appcelerator.com/visualstudio. Some issues were detected for your environment Please review the above found issues that were detected for your environment. You should resolve these issues before building or running a cross platform app. You can re-run setup once they are resolved to validate. appc setup complete!
Hello, Are you able to create any project and run it on Android? Did you set the JDK path to your environment variables? Please follow the link here http://docs.appcelerator.com/platform/latest/#!/guide/Software_Locations_and_Environment_Variables. Set the JDK/bin folder path to your environment variable. It's a known issue. Please follow the link http://stackoverflow.com/questions/35002877/why-will-appcelerator-studio-stop-compiling-android-titanium-app-on-windows-10 for more info. Thanks.