Reputation: 807
I linked a locally developed package using NPM link command. Since then, I am not able to unlink it back.
I am on Windows 10.
I have tried:
I would expect the package will be installed from the NPM network repo now, as I have:
"dependencies": {
"package": "^version"
}
in my package.json
file, but it is still installing the local linked version. Where does NPM store links?
Upvotes: 7
Views: 5513