-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 'codex-notifier' #713
Comments
i have the same problema, the first time work great, but the next day show the same... |
i found a solution just need no execute this comand and this to the top of code |
Hi @iGeek0 Thank you! We will update types definitions with the out of the box solution of this problem |
When I apply this solution I get a new error:
I have EditorJS version 2.12.4 installed. |
I noticed that this problem only comes up if I use an import statement. After implementing the workaround by @iGeek0, I was getting errors from server side rendering in my react app (ReferenceError: window is not defined). Changing the import statement to "require" in my componentDidMount method seems to have solved the problem, though now it's only rendered client side. |
Resolved by #719 |
When I install @editorjs/editorjs version 2.12.4 through npm it gives me this error when I import EditorJS. TS2307: Cannot find module 'codex-notifier'.
The text was updated successfully, but these errors were encountered: