Skip to content

Commit

Permalink
fix: use npm v7 in docker compose (#15160)
Browse files Browse the repository at this point in the history
  • Loading branch information
suddjian committed Jun 15, 2021
1 parent 75018bf commit 7b87eb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-frontend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
set -e

cd /app/superset-frontend
npm install -g npm@7
npm install -f --no-optional --global webpack webpack-cli
npm install -f --no-optional

Expand Down

0 comments on commit 7b87eb1

Please sign in to comment.