Skip to content

Commit 9d6af31

Browse files
committed
npm syntax
1 parent 3139337 commit 9d6af31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile24

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ RUN npm config list
2525
RUN npm config set init-author-name "kmicha"
2626
RUN npm config set init-author-email "[email protected]"
2727
RUN 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
2930
RUN npm config set init-license "MIT"
3031
RUN npm init -y
3132

@@ -45,7 +46,7 @@ RUN npm install primevue primeicons
4546
RUN npm install leaflet leaflet.markercluster leaflet-extra-markers leaflet-dvf tambora-leaflet
4647
# https://github.com/bjornharrtell/jsts
4748
RUN 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/
5152
RUN npm install javascript.util

0 commit comments

Comments
 (0)