Skip to content
Snippets Groups Projects
Commit 5e3691f2 authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

TMSS-241: Fix npm issue in SAS CI docker

parent 6f3b285f
No related branches found
No related tags found
1 merge request!184Resolve TMSS-241
...@@ -24,7 +24,6 @@ RUN echo "Installing Nodejs packages..." && \ ...@@ -24,7 +24,6 @@ RUN echo "Installing Nodejs packages..." && \
yum install -y nodejs && \ yum install -y nodejs && \
npm -v && \ npm -v && \
node -v && \ node -v && \
npm install -g serve && \ npm install -g serve
npm install -g npx
USER lofarsys USER lofarsys
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment