vue-burger-menu
vue-burger-menu copied to clipboard
Could not find a declaration file or module
Could not find a declaration file for module 'c:xxxxx/node_modules/vue-burger-menu'. 'c:xxxxx/node_modules/vue-burger-menu/dist/vue-burger-menu.common.js' implicitly has an 'any' type.Vetur(7016)
I'm also facing the same issue here.
module "/Users/vparannattilcherul/code/sunrise-spa/node_modules/vue-burger-menu/dist/vue-burger-menu.common" Could not find a declaration file for module 'vue-burger-menu'. '/Users/vparannattilcherul/code/sunrise-spa/node_modules/vue-burger-menu/dist/vue-burger-menu.common.js' implicitly has an 'any' type. Try npm i --save-dev @types/vue-burger-menuif it exists or add a new declaration (.d.ts) file containingdeclare module 'vue-burger-menu';ts(7016) No quick fixes available
This is what my VS Code editor shows.