ryck / MMM-AQI

MagicMirror module to get the Air Quality Index (AQI)
MIT License
12 stars 5 forks source link

WARN during install #10

Closed elgrwo closed 6 months ago

elgrwo commented 6 months ago

I get the following npm WARN messages when trying to install:

npm WARN old lockfile 
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile 
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile 
npm WARN deprecated har-validator@5.1.3: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
ryck commented 6 months ago

Thanks for the feedback, I just replaced the old and deprecated request package for Axios