ds300 / ds300/patch-package

request to support `npm:` aliases

Open
#449 1 comment 3 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.