-
Notifications
You must be signed in to change notification settings - Fork 5
bug: the package may have incorrect main/module/exports specified in its package.json #3
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
Comments
Node.js v16 deprecation for this now:
|
Yep, facing the same thing. Please release a new version without |
Fixed by zhouhanseng@d5021ac. [email protected] released. PS. Could you please help me to close this issue, since I lost my 2 factor authentic token, this project has moved to https://github.com/zhouhanseng/objectorarray |
error: [vite:resolve] Failed to resolve entry for package "@moudev/myers-diff". The package may have incorrect main/module/exports specified in its package.json: Failed to resolve entry for package "@moudev/myers-diff". The package may have incorrect main/module/exports specified in its package.json. solution: - indentjs/objectorarray#3
error: [vite:resolve] Failed to resolve entry for package "@moudev/myers-diff". The package may have incorrect main/module/exports specified in its package.json: Failed to resolve entry for package "@moudev/myers-diff". The package may have incorrect main/module/exports specified in its package.json. solution: - indentjs/objectorarray#3
is it solved @jayxiaolei ? |
Same question, is it solved? How to solve that |
Same question, is it solved? How to solve that |
Hello.
Thank you for your plugin!
Found the following error during rollup compilation:
In node_modules (see it picture below), package.json entry pointed to
dist/index
, however index placed in root folder, that cause an error above.The text was updated successfully, but these errors were encountered: