-
-
Notifications
You must be signed in to change notification settings - Fork 197
Setup script issues #1429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Fix Android SDK installation Fix nativescript cli installation See #1429
Everything was successfully installed, but the setup script failed with a write error. |
If I have already installed node.js it is not detected. The script tries to install it again and fails. |
If I have already installed jdk and android sdk they are not detected. The script installs them again. |
About the red text, it is beyond my control. |
- No longer uses BoxStarter, instead it is a plain PowerShell script - Force re-installation of dependencies - Can self-elevate when needed but in this case only PRODUCTION branch can be used See #1429
- No longer uses BoxStarter, instead it is a plain PowerShell script - Force re-installation of dependencies - Can self-elevate when needed but in this case only PRODUCTION branch can be used - updated version of node - fixed to run on PowerShell v2 See #1429
The script does not install "Local Maven repository for Support Libraries" which is required by tns (and doctor report it) |
Already done. |
Output:
Error: Ignoring unknown package filter 'build-tools-23.0.2'
npm install -g nativescript
fails due to npm not found.The text was updated successfully, but these errors were encountered: