Hello,
I'm working on two projects sharing components imported as node modules.
Those work fine until I update an existing and previously used component : despite npm dependency is well managed and properly updated in package-lock.json and in node_modules, the development server doesn't serve the up to date files.
I've also failed to find the location of the development files, which I suppose cleaning would temporarily solve the problem.
Thanks