vue-burger-menu icon indicating copy to clipboard operation
vue-burger-menu copied to clipboard

Could not find a declaration file or module

Open zirekx opened this issue 3 years ago • 2 comments

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)

zirekx avatar Mar 02 '22 22:03 zirekx

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.

vparannattilcherul avatar Jan 17 '23 15:01 vparannattilcherul