Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npn warnings during fresh install on bullseye #141

Open
fish2eggs opened this issue Apr 28, 2023 · 2 comments
Open

npn warnings during fresh install on bullseye #141

fish2eggs opened this issue Apr 28, 2023 · 2 comments

Comments

@fish2eggs
Copy link

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 request/request#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
Copy link
Contributor

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

Thanks for reporting!

@JaapvanEkris
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants