I am developing an application and a library used in said application. I need to update the library, however, when I use NPM link the application says that the library I have imported does not have the dependencies required. This is a deployed library and does work when not using NPM link and instead using the deployed version. Is there an extra step I am missing to include the dependencies in the link process, or is there an extra command I need to run?
Any suggestions would be much appreciated