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
I get this error: Cannot find module 'node:util' when library gets initialized. I tried it with node version 16 and 18.
If I change the the index.js file to require('util') (as it did few months ago) then everything works as it expected.
How to fix this?
The text was updated successfully, but these errors were encountered:
I get this error: Cannot find module 'node:util' when library gets initialized. I tried it with node version 16 and 18.
If I change the the index.js file to require('util') (as it did few months ago) then everything works as it expected.
How to fix this?
The text was updated successfully, but these errors were encountered: