Need node-gyp to build sqlite3.

This commit is contained in:
mmcwilliams 2017-11-23 09:21:43 -05:00
parent 73a65d9021
commit bdac1aa50c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ apt-get install nodejs npm -y
npm install -g n
n latest
npm install -g npm@latest
npm install -g pm2
npm install -g pm2 node-gyp
echo "Installing bluetooth dependencies..."
apt-get install bluetooth bluez libbluetooth-dev libudev-dev -y