File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ RUN npm config list
2525RUN npm config set init-author-name "kmicha"
2626RUN npm config set init-author-email "
[email protected] "
2727RUN npm config set init-author-url "https://my-domain/user"
28- RUN npm config set init-version 2024.0.0
28+ #RUN npm config set init-version 2024.0.0
29+ RUN npm --init-version 2024.0.0
2930RUN npm config set init-license "MIT"
3031RUN npm init -y
3132
@@ -45,7 +46,7 @@ RUN npm install primevue primeicons
4546RUN npm install leaflet leaflet.markercluster leaflet-extra-markers leaflet-dvf tambora-leaflet
4647# https://github.com/bjornharrtell/jsts
4748RUN npm install ol
48- RUN npm install jsts
49+ RUN npm install jsts@2.9.3
4950## RUN npm install tambora-openlayer
5051# https://www.npmjs.com/package/javascript.util & http://bjornharrtell.github.io/javascript.util/doc/
5152RUN npm install javascript.util
You can’t perform that action at this time.
0 commit comments