You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With MagicMirror Version v2.16.0 the dependency request was removed. request is deprecated and should not be used anymore (see npm request). This should be no problem for modules using request but some modules didn’t setup request in there own package.json, they did rely on that this dependency comes with MagicMirror.
So if your container doesn’t start with MagicMirror v2.16.0 or later and you find something like Error: Cannot find module 'request' you should open an issue in the module project to get this fixed.
With MagicMirror Version v2.16.0 the dependency request was removed. request is deprecated and should not be used anymore (see npm request). This should be no problem for modules using request but some modules didn’t setup request in there own package.json, they did rely on that this dependency comes with MagicMirror.
So if your container doesn’t start with MagicMirror v2.16.0 or later and you find something like Error: Cannot find module 'request' you should open an issue in the module project to get this fixed.
https://khassel.gitlab.io/magicmirror/faq/#error-cannot-find-module-request
The text was updated successfully, but these errors were encountered: