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
Hey, I have the following error with the latest version 1.1.7 saying that there is no version specified in package.json and there is no version in mjs/package.json
WARNING in shared module deep-object-diff -> /node_modules/deep-object-diff/mjs/index.js
No version specified and unable to automatically determine one. No version in description file (usually package.json). Add version to description file, or manually specify version in shared config.
The text was updated successfully, but these errors were encountered:
Getting a similar warning in a react native typescript project:
warn Package deep-object-diff has been ignored because it contains invalid configuration. Reason: Package subpath './package.json' is not defined by "exports" in /Users/.../ccf/node_modules/deep-object-diff/package.json
Hey all, are you using webpack and running into this issue?
I've just had a quick google search and found: webpack/webpack#13457 which I think may be related.
I could potentially add a name and version field to the package.json for both the CJS and ESM builds like what has been done here: okta/okta-auth-js#1269 (comment) but I don't think that is the correct solution (as name and version should only be needed in the root package.json of the package).
Hey, I have the following error with the latest version 1.1.7 saying that there is no version specified in package.json and there is no version in mjs/package.json
The text was updated successfully, but these errors were encountered: