-
-
Notifications
You must be signed in to change notification settings - Fork 516
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
Cannot find module nlp #443
Comments
Have a look at my comment in #430, this seems to happen because of a runtime import that |
@olemartinorg, thanks for the response! Should I try the |
@tgrosinger It doesn't work any better with |
I apologize for the naive question here, I'm mostly a backend developer and am new to the JS/TS world. Is there a good way to apply that PR when I have installed the module through npm/yarn? I only have the transpiled files and types, so I don't even have Would it work to do something like this?
|
Sure! I recently delved into this JS/TS world myself. I'm using
and then, in your project:
|
Awesome, I will give that a try this evening and report back. Thank you! |
Your fix worked! As you mentioned in the MR, it still complains about some circular dependencies, but it does work.
Thank you so much. I hope the MR is merged and released soon 🙂 |
rrule version: 2.6.6
OS: OSX
$ date: Sun Dec 13 19:40:34 PST 2020
Output
Not sure why this imports are unhappy here. This is from the console in an Electron app:
Code
The error occurs when I call this (TypeScript):
Build
Typescript with rollup.
rollup.config.js
The text was updated successfully, but these errors were encountered: