Skip to content

Commit

Permalink
Update npm version
Browse files Browse the repository at this point in the history
Updating nodejs version to v9.8.1
Latest version of npm is not compatible with node js version used in Interoperator (node js version used:16.18).
Latest version of npm: 10.0.0, Supported node version: "node": "^18.17.0 || >=20.5.0"
  • Loading branch information
jintusebastian committed Sep 5, 2023
1 parent 388930b commit c55cb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EXPOSE 9293 9296

# you'll likely want the latest npm, regardless of node version, for speed and fixes
# but pin this version for the best stability
RUN npm i npm@latest -g
RUN npm i npm@9.8.1 -g

# install dependencies first, in a different location for easier app bind mounting for local development
WORKDIR /opt/service-fabrik-broker/broker
Expand Down

0 comments on commit c55cb6b

Please sign in to comment.