Changes since 23.0.0.rc1
Fixes
-
@CssImport for Vite
Commit · Pull request -
Remove home node_modules before install (#13172)
Commit · Pull requestFiles left by previous node+npm installation caused corrupted installation when unpacking on top of an existing installation. Fixed by removing ~/.vaadin/node/node_modules prior to installation of newer version. Also removes overrides management of devDependencies.
-
Clean overrides for removed dependencies (#13170)
Commit · Pull requestOverrides should also automatically be cleaned from the package.json if there is no dependency that the override would be targeting.
-
Show patience notice right before npm install starts (#13151)
Commit · Pull request