laberning / openrowingmonitor

A free and open source performance monitor for rowing machines
https://laberning.github.io/openrowingmonitor
GNU General Public License v3.0
98 stars 19 forks source link

npn warnings during fresh install on bullseye #141

Open fish2eggs opened 1 year ago

fish2eggs commented 1 year ago

On Pi with a fresh install of 64bit lite:

PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"

Running the install script shows the following warnings:

Downloading and compiling Runtime dependencies... npm WARN deprecated har-validator@5.1.5: 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 npm WARN deprecated node-pre-gyp@0.17.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future

added 946 packages, and audited 947 packages in 6m

117 packages are looking for funding run npm fund for details

21 vulnerabilities (15 moderate, 4 high, 2 critical)

To address issues that do not require attention, run: npm audit fix

To address all issues (including breaking changes), run: npm audit fix --force

Run npm audit for details. npm notice npm notice New major version of npm available! 8.19.4 -> 9.6.5 npm notice Changelog: https://github.com/npm/cli/releases/tag/v9.6.5 npm notice Run npm install -g npm@9.6.5 to update! npm notice

openrowingmonitor@0.8.2 build rollup -c

index.html → build... Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating

JaapvanEkris commented 1 year ago

We're working on a huge architecture update. I guess I could look into this as well.

Thanks for reporting!

JaapvanEkris commented 4 months ago

In the last update of V1Beta, we updated Node.js and many packages (see https://github.com/JaapvanEkris/openrowingmonitor/blob/v1beta_updates/docs/physics_openrowingmonitor.md).

Please note, several warnings are caused by packages we use that depend on older packages, so we can't fix this. npm will manage this correctly. Thanks again for reporting.