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
front: use npm install --save=false in dev Dockerfile
We don't want to mutate package-lock.json on container startup.
Leave it up to the user to run `npm install` explicitly when
dependencies are updated, just like our other generated files.
Helps with behavioral differences between npm v10 and v11.
`npm clean-install` would work too, but nukes node_modules/ which
makes it more expensive.
Signed-off-by: Simon Ser <[email protected]>
0 commit comments