Skip to content

Commit

Permalink
fix unix-dgram install
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Oct 31, 2020
1 parent 77bbbaf commit a8bfee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_addon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ npm install --no-package-lock --production --global-style ain2

if [ "$ARCH" == "x86_64" ]; then
cd $ADDON_TMP/redmatic/lib/node_modules/ain2
npm install --no-package-lock --production unix-dgram
npm install --no-package-lock --no-save unix-dgram
fi

rm $ADDON_TMP/redmatic/lib/package.json
Expand Down

0 comments on commit a8bfee5

Please sign in to comment.