SpoturDeal / MMM-rain-forecast

Magic Mirror module
MIT License
9 stars 4 forks source link

request is deprecated #5

Closed codac closed 2 years ago

codac commented 2 years ago

The request library is deprecated (see here)

SpoturDeal commented 2 years ago

There is a new version now

codac commented 2 years ago

a new version of what?

SpoturDeal commented 2 years ago

Which request library has been deprecated?

codac commented 2 years ago

in your node_helper.js var request = require('request')

SpoturDeal commented 2 years ago

just use

npm install -y request

Then it works.

codac commented 2 years ago

Yes I know, but like I said, it is deprecated and is supposed to be replaced by node-fetch for example. Keeping it and using it is no good practice.

SpoturDeal commented 2 years ago

You are right, it is not good practice.