Skip to content

Installing scoped NPM packages #266

@ischenko

Description

@ischenko

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 :)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions