Closed ChristinMilloy closed 1 year ago
Resolved by taking following steps:
npm install
I did sudo apt-get install libusb-1.0-0-dev
and sudo apt-get install libudev-dev
Perhaps the README should be updated to include this.
That fixed the error when installing under Bullseye Lite 32-bit (latest version of Raspberry Pi OS as of today) You just need to run sudo apt-get install libusb-1.0-0-dev
and sudo apt-get install libudev-dev
before running npm install
"npm WARN ws@8.11.0 requires a peer of bufferutil@^4.0.1 but none is installed. You must install peer dependencies yourself. npm WARN ws@8.11.0 requires a peer of utf-8-validate@^5.0.2 but none is installed. You must install peer dependencies yourself."
After following the steps you guys gave and installing the npm it says i still need to install thoes 2 things.
How can thoes be installed?