You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. 👋 I'm seeing the following warnings show up when installing packages for a newly built Hanami app:
(node:16225) ExperimentalWarning: CommonJS module /Users/bkuhlmann/.cache/fnm/node-versions/v23.1.0/installation/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /Users/bkuhlmann/.cache/fnm/node-versions/v23.1.0/installation/lib/node_modules/npm/node_modules/supports-color/index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
up to date, audited 49 packages in 628ms
14 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
How
You can see this warning pop up when running npm install.
This warning is appearing due to Node 23.0.0's new experimental feature, which is great, but I believe the root is issue is probably with chasing down the dependencies of this project and getting the dependencies to update accordingly.
Notes
Node: 23.1.0
Hanami: 2.2.0 RC1
The text was updated successfully, but these errors were encountered:
Thanks @bkuhlmann. Any chance you could run node --trace-warnings to show where that warning was created, as that warning suggests, and share the output?
Why
Hello. 👋 I'm seeing the following warnings show up when installing packages for a newly built Hanami app:
How
You can see this warning pop up when running
npm install
.This warning is appearing due to Node 23.0.0's new experimental feature, which is great, but I believe the root is issue is probably with chasing down the dependencies of this project and getting the dependencies to update accordingly.
Notes
The text was updated successfully, but these errors were encountered: