request to support `npm:` aliases
Open
- Dominant language
- TypeScript
- Stars
- 11.2k
- Forks
- 325
- PR merge metrics
- No merged PRs in 30d
Description
All package managers support installing dependencies via npm alias, which is handy when you are working with different versions of one library.
example:
```
...
"rpr3.0.1": "npm:@react-pdf/renderer@3.0.1",
"rpr3.0.2": "npm:@react-pdf/renderer@^3.0.2",
...
```
`patch-package` doesn't support this feature and I have no chance to modify a package because it is installed in a folder that differs from the package name.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.