Build error - fs.Stats constructor is deprecated #4682
Unanswered
dinacuatro
asked this question in
Help
Replies: 2 comments 2 replies
-
Hey @dinacuatro! 👋🏻 As the console says, this is a warning, not an error. It can be disregarded at the moment. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Check your NodeJS version. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have just launched a new Adonis project using api kit:
This is the relevant part of
package-lock.json
to se versions:When I serve using
node ace serve --hmr
, everything works fine.However, when I try to build the project (
node ace build
) I get this error:Using the
--trace-deprecation
arg I get:Beta Was this translation helpful? Give feedback.
All reactions