Skip to content

Commit 0bef16b

Browse files
upgrade npm in dev container
1 parent e0078f3 commit 0bef16b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile.dev

+2
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ RUN pip3 install pylint black
2222
# Install Node 14
2323
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
2424
&& apt-get install -y nodejs
25+
26+
RUN npm install -g npm@latest

0 commit comments

Comments
 (0)