mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
Fixing broken node build (#20727)
This commit is contained in:
@@ -17,8 +17,11 @@
|
||||
#
|
||||
set -e
|
||||
|
||||
# Packages needed for puppeteer:
|
||||
apt update
|
||||
apt install -y chromium
|
||||
|
||||
cd /app/superset-frontend
|
||||
npm install -g npm@7
|
||||
npm install -f --no-optional --global webpack webpack-cli
|
||||
npm install -f --no-optional
|
||||
|
||||
|
||||
Reference in New Issue
Block a user