Whenever i run npm list -g --depth=0
command in cmd. I got this error from npm.
+-- @vue/[email protected]
+-- [email protected]
`-- [email protected]
npm ERR! peer dep missing: [email protected], required by @vue/[email protected]
I have tried different methods to fix this error.
I have also tried uninstalling and installing these packages.
I have also completely uninstalled node and installed it again following this guide. After re-installing the packages, I still get this error.
Anyway to fix this error?