-
-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
Tell us about the problem
CLI is not able to create applications from scoped packages, for example @angular/core
.
Which platform(s) does your issue occur on?
Not applicable
Please provide the following version numbers that your issue occurs with:
- CLI: 4.2.4
- 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.
$ tns create myApp --template `@angular/core`
This operation fails with npm install
error.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
No.