【发布时间】:2022-12-05 02:54:07
【问题描述】:
按照网上的一些指导,我编辑了我的package.json以包含一个link URL:
...
"dependencies": {
...
"react": "link:../some-other-module/node_modules/react",
}
但是在安装时,出现以下错误:
$ npm install
npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type "link:": link:../some-other-module/node_modules/react
【问题讨论】:
标签: npm