DEV Community

Discussion on: NPM Linking and Unlinking

Collapse
 
peterwiebe profile image
Peter Wiebe

Came across a similar linking issue and I wasn't able to fix it via unlinking, I had to resort to deleting the package-lock.json :(

Also, in case you weren't aware another way to npm link is to be in the directory of the project and then npm link ../../package-directory. I like it for saving me a step