-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Strange issue #7
Comments
@james2mid Weird, this is new to me, let me see what's up. What version of Next are you using? |
The latest, Also, it seems as though the problem is actually with the |
I've managed to reproduce the bug here. As you can tell, I'm using this starter. It must be to do with the configuration, potentially babel? |
I ran into this as well. It's because I fixed this by using patch-package and locally fixing that line to reference Note: I have since found a similar reference in this library here, but the above fix solved the compile error, not sure why this one works |
@james2mid I just pushed a patch to And, apologies for the delay on getting to this, and I appreciate the time you have put in on troubleshooting this. Much appreciated and I will try to be more prompt if any future issues pop up! |
@therebelrobot I pushed up an update that should address that. Let me know if that resolve the issue for you. Hopefully you’ll be able to drop the |
I just tried to bring in this library into my Next application and I got this strange error.
It's referring to a
/flattedpackage.json
, which obviously doesn't exist. Have you come across anything like this before?The text was updated successfully, but these errors were encountered: