Skip to content

Unable to use templates without App_Resources #3802

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

Closed
rosen-vladimirov opened this issue Aug 7, 2018 · 0 comments
Closed

Unable to use templates without App_Resources #3802

rosen-vladimirov opened this issue Aug 7, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@rosen-vladimirov
Copy link
Contributor

Tell us about the problem

When the template does not have App_Resources, CLI 4.2.0 creates invalid project. Instead of adding App_Resources to the app dir, it adds app dir inside the app dir and places App_Resources inside it.

Which platform(s) does your issue occur on?

Both

Please provide the following version numbers that your issue occurs with:

  • CLI: 4.2.0
  • Cross-platform modules: not applicable
  • Runtime(s): not applicable
  • Plugin(s): not applicable

Please tell us how to recreate the issue in as much detail as possible.

Use this command: $ tns create myApp --template [email protected]
After its execution, you must have myApp/app/App_Resources/Android and myApp/app/App_Resources/iOS directories. However, it has myApp/app/app/App_Resources/Android and myApp/app/app/App_Resources/Android.

Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.

No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants