[fix]インストーラの npm コマンドに --legacy-peer-deps を追加

This commit is contained in:
ocogeclub 2021-10-31 23:23:29 +09:00
parent aadcfe7858
commit 363538df9a

View File

@ -5,6 +5,7 @@ NODEVER=16.5.0
#14.17.0 #14.17.0
# Enable i2c bus 6 to use the pins NOT pulledup # Enable i2c bus 6 to use the pins NOT pulledup
# AE-AQM0802 can be used
echo 'dtoverlay=i2c6,pins_22_23' | sudo tee -a /boot/config.txt echo 'dtoverlay=i2c6,pins_22_23' | sudo tee -a /boot/config.txt
# install some packages used in ocoge # install some packages used in ocoge
@ -31,6 +32,6 @@ fi
# build ocoge # build ocoge
cd .. cd ..
npm install npm install --legacy-peer-deps
echo 'Installation finished. To use i2c devices, reboot computer.' echo 'Installation finished. To use i2c devices, reboot computer.'