npm error code EUNSUPPORTEDPROTOCOL npm error Unsupported URL Type "link:": link:
When trying to install the latest version via `npm` I get
```
npm error code EUNSUPPORTEDPROTOCOL
npm error Unsupported URL Type "link:": link:
```
Looks like `link:` protocol is no longer supported. I believe this line is the culprit:
https://github.com/import-js/eslint-import-resolver-typescript/blob/master/package.json#L95
关闭于 2025-06-02 5 条评论