Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(build): Use github/commit for highcharts export server version #118

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions server/scripts/install-highcharts-export-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ export HIGHCHARTS_VERSION=6.2.0
export HIGHCHARTS_USE_STYLED=1
export HIGHCHARTS_MOMENT=1

npm install -g highcharts-export-server

# Hack to force mkdirp version
# until https://github.com/highcharts/node-export-server/pull/231 is merged
MODULES_DIR=`npm root -g`
npm install -g mkdirp@0.5.1
rm -Rf $MODULES_DIR/highcharts-export-server/node_modules/mkdirp
ln -s $MODULES_DIR/mkdirp $MODULES_DIR/highcharts-export-server/node_modules/mkdirp
# Hack to force using a newer commit form github
# due to issues with uui module version requirements
npm install -g highcharts/node-export-server#e3bd98c
# npm install -g highcharts-export-server