Running npm install installs the latest stable version of Leaflet 1.9.1. This gives problems when running vroom-frontend, showing the error:
Uncaught TypeError: L.hasOwnProperty is not a function
If Leaflet is downgraded to the previous stable version 1.8.0 in the package.json file, the error disappears.
Running
npm installinstalls the latest stable version of Leaflet 1.9.1. This gives problems when running vroom-frontend, showing the error:Uncaught TypeError: L.hasOwnProperty is not a functionIf Leaflet is downgraded to the previous stable version 1.8.0 in the package.json file, the error disappears.