-
-
Notifications
You must be signed in to change notification settings - Fork 197
Running tns create project-name
fails in 1.2
#724
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
I'm not sure if I understand nativescript-cli at this point, but it looks like it's trying to get |
Yes, create command get tns-template-hello-world and it looks this fails on your environment. |
Hi @bfattori
|
That sounds reasonable. @dtopuzov, here's the log:
|
That was the answer. @rosen-vladimirov, I would suggest putting something in the "Troubleshooting" or "FAQ" section of the documentation, and linking to it from the installation instructions. Then people won't pull their hair out like I did. Thanks for your help! |
@bfattori in fact we are working on additional checks when using the template from npm cache that will prevent such errors in the future, but thank you for your feedback :) |
@vchimev I have now followed every bit of information you have all pointed me to. I'm getting irritated that every single issue I submit is being closed with a "refer to this document" link.
I have run
tns create my-project
and it fails miserably compared to < 1.2.0 versions. It creates a broken project which is missingapp/App_Resources
andapp/tns_modules
. When I try the commandtns run android --emulator
it fails in the ANT script with anull returned: 1
error.The text was updated successfully, but these errors were encountered: