-
Notifications
You must be signed in to change notification settings - Fork 54
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
Error: Cannot find module 'babel-plugin-add-module-exports' on 1.0.1 #76
Comments
It looks like the compiled javascript is entirely missing from the published package.
|
Yup this didn't get compiled to |
@dtothefp because the other person with publish access doesn’t have commit access. |
+1, only |
@ljharb plz fix it ASAP |
@EiddleChen I’m not one of the people with commit or publish access, unfortunately, or it’d have been fixed half a year ago :-) |
@ljharb oh cool, but who publish the empty package to production tomorrow? Some of my project cannot build now, Can anyone unpublish the 1.0.1 verison package? Is your repository hacked? |
No, as i said, @lijunle has publish access but not commit access. Everything’s fine, it’s just a bug. |
@lijunle plz publish a new package or unpublish 1.0.1, my projects dont have lock files, so its best to wait for you to fix it |
@EiddleChen just remove the |
Let me unpublish the version 1.0.1 to mitigate it. |
Version 1.0.1 is unpublished. |
After run |
I did it and nothing changed, still having this issue.
No it is not, I've just installed it.
True Thanks for sharing this. |
Sorry about version 1.0.1, I just published 1.0.2. Please try again. |
@ljharb I invited you to be the maintainer for the NPM package. |
@ljharb You are now a collaborator of my fork. |
New package with version
1.0.1
is brokenWhen I run
babel src -d lib --delete-dir-on-start
, the console shows:And the new package is empty, I try to revert to
1.0.0
everything worked.The text was updated successfully, but these errors were encountered: