Kiran A

Results 2 comments of Kiran A

> > The problem is that when using local packages, `npm link` is used, which in turn copies `node_modules` (`project/node_modules/package/node_modules`), if they are deleted, the problem is solved. > >...