-
-
Notifications
You must be signed in to change notification settings - Fork 153
Closed
Description
Good day!
Is it possible to install scoped NPM packages somehow (e.g. @angular/core)?
If the package name specified like "npm-asset/@angular/core" asset manager cannot find the package but if it is specified like "npm-asset/@angular%2fcore" then manager finds the package and downloads its metadata. But after that on the resolving dependencies step I'm getting next error:
Problem 1
- The requested package npm-asset/@angular%2fcore could not be found, it looks like its name is invalid, "@%" is not allowed in package names.
I would like to install these packages without hacks if it is possible :)
christiaangoossens