You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 innode_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
The text was updated successfully, but these errors were encountered: