Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b5add3d

Browse files
Update build layer script
1 parent 43e8b9f commit b5add3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎build-layer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ npm init -y
3737
npm install canvas --build-from-source
3838
npm install fabric
3939
npm install konva
40-
npm install chart.js
40+
npm install chartjs-node-canvas chart.js
4141
npm install mocha --save-dev
4242
jq --arg LAYER_NAME "$LAYER_NAME" --arg LAYER_DESCRIPTION "$LAYER_DESCRIPTION" --arg LAYER_VERSION "$LAYER_VERSION" --arg LAYER_AUTHOR "$LAYER_AUTHOR" --arg SEMVER_VERSION "$SEMVER_VERSION" '.name = $LAYER_NAME | .description = $LAYER_DESCRIPTION | .version = $LAYER_VERSION | .license = "MIT" | .author = $LAYER_AUTHOR | .scripts.test = "mocha" | .overrides.semver = $SEMVER_VERSION ' package.json > package-tmp.json
4343
mv -f package-tmp.json package.json

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /