fix: use npm v7 in docker compose (#15160)

This commit is contained in:
David Aaron Suddjian 2021-06-15 09:43:43 -07:00 committed by GitHub
parent 75018bf99f
commit 7b87eb15bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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