mirror of
https://github.com/ocogeclub/ocoge.git
synced 2024-11-24 08:29:48 +00:00
[fix]インストーラの npm コマンドに --legacy-peer-deps を追加
This commit is contained in:
parent
aadcfe7858
commit
363538df9a
@ -5,6 +5,7 @@ NODEVER=16.5.0
|
||||
#14.17.0
|
||||
|
||||
# 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
|
||||
|
||||
# install some packages used in ocoge
|
||||
@ -31,6 +32,6 @@ fi
|
||||
|
||||
# build ocoge
|
||||
cd ..
|
||||
npm install
|
||||
npm install --legacy-peer-deps
|
||||
|
||||
echo 'Installation finished. To use i2c devices, reboot computer.'
|
Loading…
Reference in New Issue
Block a user