-
-
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 './src/utils\dirname.cjs' #60
Comments
wow, I only released today. You are fast. Found a bug I need to fix though, so there will be another release today. |
Hey, seeing the same error in my env. |
mh in that case I might need to rise the minimum node version. This might have something to do how node resolves esm vs cjs modules. They introduced a new way to declare esm modules in v13. Oh - moment - I just see that there is a stray |
Alright, I published 0.1.4 which gets rid of the |
0.1.4 solves the issue for me. thanks for the quick fix 👍 |
Thanks for the quick fix! Yea the timing was a funny coincidence :D |
Using
svgdom@0.1.1
. When I try to require() the module in node code or interactive session, I get an error. Using node 8.17.0.The text was updated successfully, but these errors were encountered: