cli icon indicating copy to clipboard operation
cli copied to clipboard

ERROR (node:52837) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated

Open pochat opened this issue 9 months ago • 10 comments

Environment

  • Operating System: Darwin
  • Node Version: v22.0.0
  • Nuxt Version: 3.11.2
  • CLI Version: 3.11.1
  • Nitro Version: 2.9.6
  • Package Manager: [email protected]
  • Builder: -
  • User Config: devtools
  • Runtime Modules: -
  • Build Modules: -

Reproduction

-Install latest node -Install latest nuxt -npm run dev

Describe the bug

When upgrading to the latest node and the lastest nuxt version, the following error repeatedly appears in the console: ERROR (node:52865) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated

The error is present at every npm run dev, and npm run build.

Additional context

No response

Logs

No response

pochat avatar Apr 27 '24 14:04 pochat