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'm using v0.8.3 in my ES module program, but when running it due to imports it always logs:
(node:44267) [DEP0151] DeprecationWarning: No "main" or "exports" field defined in the package.json for /xxxxxxxxxxxx/node_modules/zod_utilz/ resolving the main entry point "index.js", imported from /xxxxxxxxxxxx/src/yyyyyyy.ts.
Default "index" lookups for the main are deprecated for ES modules.
I will try to take a look when I can. But I have been very busy lately, so I can't make any promises about how soon that will be. If you are able to find the problem in the code and submit a PR that would really help make this process faster.
Hi,
I'm using
v0.8.3
in my ES module program, but when running it due to imports it always logs:Maybe a related issue: #10
The text was updated successfully, but these errors were encountered: