ashishbajaj99 / mic

A simple stream wrapper for arecord (Linux (including Raspbian)) and sox (Mac, Windows). Returns a Passthrough stream object so that stream control like pause(), resume(), pipe(), etc. are all available.
MIT License
103 stars 61 forks source link

Error installing on Raspberry Pi Zero - ELOOP: too many symbolic links encountered #27

Open dubaleeiro opened 6 years ago

dubaleeiro commented 6 years ago

Hello, I got this error message while trying to install it in Raspi Zero and use it in Node_-Red:

npm ERR! path /home/pi/.node-red/node_modules/mic/package.json npm ERR! code ELOOP npm ERR! errno -40 npm ERR! syscall open npm ERR! ELOOP: too many symbolic links encountered, open '/home/pi/.node-red/node_modules/mic/package.json'

can anyone please help me?