-
-
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
version 2.28.0 Cannot find modules codex-notifier, codex-tooltip #2462
Comments
I was able to fix that by just manually installing them:
Looks like they were listed as dev dependencies, so they aren't installed by default anymore |
Thank you @mrvdot |
installing the packages in my project did not fix the error for me. it is still crying about the missing modules. am i missing something? i just added the editorJS package and it didn work out of the box. also it looks to me like its missing type definition files |
i dont know about your installed packages but i have some thing like this i am using 2.29 rc its similar for 2.28.0 |
Resolved by #2842 |
After update i am getting following errors
Error: node_modules/@editorjs/editorjs/types/api/notifier.d.ts:1:78 - error TS2307: Cannot find module 'codex-notifier' or its corresponding type declarations.
1 import {ConfirmNotifierOptions, NotifierOptions, PromptNotifierOptions} from 'codex-notifier';
~~~~~~~~~~~~~~~~
Error: node_modules/@editorjs/editorjs/types/api/tooltip.d.ts:4:46 - error TS2307: Cannot find module 'codex-tooltip' or its corresponding type declarations.
4 import {TooltipContent, TooltipOptions} from 'codex-tooltip';
~~~~~~~~~~~~~~~
Thanks
The text was updated successfully, but these errors were encountered: