Jopyth/MMM-Remote-Control

(deprecated) request package missing in package.json

Closed this issue · 1 comments

The request package used here is deprecated.

See npm repo.

Today we removed the last runtime dependency using request in the MagicMirror project so if you install the current develop branch of MagicMirror without devDependencies this module will not work anymore, because request is missing in your package.json.

2 options:

  • add request to your package.json or
  • replace request e.g. with node-fetch

I would prefer the second solution.

Thanks,

Karsten.

Thanks for the heads up, I'm gonna hotfix that ASAP. ;D