Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 npm link 命令链接了一个本地开发的包。从那以后,我无法将其取消链接。
我在 Windows 10 上。
我努力了:
我希望该软件包现在可以从 npm 网络存储库安装,就像我一样:
"dependencies": { "package": "^version" }
在我的 package.json 文件中,但它仍在安装本地链接版本。npm 在哪里存储链接?