-
Notifications
You must be signed in to change notification settings - Fork 127
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
Warnings emitted on Node 14 #646
Comments
Same here! Node v14.15.2
|
Same here, Node v14.16.1 |
It's internal code unfortunately (so I cannot share it at this time), but my team managed to replace the appmetrics module completely in Node.js 14.x using methods available in the standard library |
Any update on this issue? |
@jokeyrhyme can you explain how you removed this package and got the required metrics? |
|
this is what i could come up with
any comments are welcome |
When appmetrics is required on node 14 multiple messages are emitted which state:
The following simple script can reproduce the issue:
The text was updated successfully, but these errors were encountered: