Closed
Description
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 tns-template-hello-world-ts@2.0.0
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