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
Error Message:
Could not find a declaration file for module 'vue-froala-wysiwyg'
/node_modules/vue-froala-wysiwyg/dist/vue-froala.js' implicitly has an 'any' type.
Try npm i --save-dev @types/vue-froala-wysiwyg if it exists or add a new declaration (.d.ts) file containing declare module 'vue-froala-wysiwyg';
npm i --save-dev @types/vue-froala-wysiwyg is not working
The text was updated successfully, but these errors were encountered:
Vue version ^3.2.13
Node version 19.9.0
Error Message:
Could not find a declaration file for module 'vue-froala-wysiwyg'
/node_modules/vue-froala-wysiwyg/dist/vue-froala.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/vue-froala-wysiwyg
if it exists or add a new declaration (.d.ts) file containingdeclare module 'vue-froala-wysiwyg';
npm i --save-dev @types/vue-froala-wysiwyg is not working
The text was updated successfully, but these errors were encountered: