-
Notifications
You must be signed in to change notification settings - Fork 38
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
broken since 1.1.3 for next #41
Comments
Can you provide more details? |
I'm not using next, but I am getting a similar error just trying to use a simple node script. Using node v12, my first line is
|
I'll fix it in next release before Wednesday.
…On Tue, Nov 9, 2021, 12:14 AM zackheil ***@***.***> wrote:
I'm not using next, but I am getting a similar error just trying to use a
simple node script. Using node v12, my first line is const test =
require'=('tsdav') and I get the following:
Error: Cannot find module
'/Users/me/Repositories/caldav-test/node_modules/tsdav/tsdav.cjs.js'.
Please verify that the package.json has a valid "main" entry
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#41 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACG4GTWKG5K3WZ4HTSD7OJTUK7ZPBANCNFSM5HSSVZSQ>
.
|
sorry when i am busy this is my way of just dropping information :p would have delivered more details now later, but as @zackheil already pointed out, just try to use it in node in whatever way you want. |
this should be fixed with v1.1.5 now |
1.1.2 is the last version that works with next
since then it can't find the module
ModuleNotFoundError: Module not found: Error: Can't resolve 'tsdav'
The text was updated successfully, but these errors were encountered: