Having trouble downloading Vuetify 3 onto my Vue 3 app, I keep encountering an error. Despite attempting to use 'npm install --save @popperjs/core vuetify/styles', it's still not working as expected. I'm curious to understand the root cause behind this issue, considering that even though it's in beta, it should function stably.
Failed to compile with 2 errors
The following dependencies were not found:
- @popperjs/core in ./node_modules/bootstrap/dist/js/bootstrap.esm.js
- vuetify/styles in ./src/plugins/vuetify.js
In order to resolve this, you can try running: npm install --save @popperjs/core vuetify/styles Error from chokidar (C:): Error: EBUSY: resource busy or locked, lstat 'C:\DumpStack.log.tmp' Terminate command prompt program (Y/N)? Y
npm install --save @popperjs/core vuetify/styles
npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="ddbab4a99dbab9b69bb0bd">[email protected]</a>/vuetify/styles.git
npm ERR! <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="f0979984b097999e849499bdd5989486">[email protected]</a>: Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please ensure you have the correct access rights
npm ERR! and that the repository exists.
npm ERR! For more details, refer to:
npm ERR! C:\Users\PC\AppData\Local\npm-cache\_logs\2022-03-28T19_25_57_260Z-debug-0.log