hakanmhmd / MMM-Stock

Stock prices module for Magic Mirror
MIT License
15 stars 16 forks source link

error: request issue #20

Open OhTeckgun opened 2 years ago

OhTeckgun commented 2 years ago

npm ERR! A complete log of this run can be found in: npm ERR! /home/pi/.npm/_logs/2022-01-23T05_38_11_620Z-debug.log

Could you please help me how to fix it?

Thank and Regards,

BeeGass commented 2 years ago

your error message is telling you, Error: Cannot find module 'request'. Just install the associated dependency that doing npm install couldnt do. In this case it was the request dependency. The command to install that dependency is: npm i request