You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
94:22 Could not find a declaration file for module '@ckeditor/ckeditor5-vue'. '/home/erick/git-projects/saps-vue/node_modules/@ckeditor/ckeditor5-vue/dist/ckeditor.js' implicitly has an 'any' type.
Try npm install @types/ckeditor__ckeditor5-vue if it exists or add a new declaration (.d.ts) file containing declare module '@ckeditor/ckeditor5-vue';
92 |
93 |
The typings for this libs don't exist. if you use the strict mode in TypeScript you can follow the above instructions and create a declaration file for libs which miss typings.
94:22 Could not find a declaration file for module '@ckeditor/ckeditor5-vue'. '/home/erick/git-projects/saps-vue/node_modules/@ckeditor/ckeditor5-vue/dist/ckeditor.js' implicitly has an 'any' type.
Try
npm install @types/ckeditor__ckeditor5-vue
if it exists or add a new declaration (.d.ts) file containingdeclare module '@ckeditor/ckeditor5-vue';
92 |
93 |
The text was updated successfully, but these errors were encountered: