After incorporating the vue horizontal list dependency in my project, I am facing challenges with removing it. Despite numerous attempts to uninstall using "npm uninstall vue-horizontal-list" and variations like global and --save options, the dependency remains stubbornly present. Even clearing the cache with "npm cache clean --force" has not resolved the issue. Whenever I attempt to run the project, I keep encountering this error:
This dependency was not found:
* vue-horizontal-list in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-
loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/views/Profile.vue?vue&type=script&lang=js&
To install it, you can run: npm install --save vue-horizontal-list
Error from chokidar (C:\): Error: EBUSY: resource busy or locked, lstat 'C:\hiberfil.sys'
Error from chokidar (C:\): Error: EBUSY: resource busy or locked, lstat 'C:\pagefile.sys'
Error from chokidar (C:\): Error: EBUSY: resource busy or locked, lstat 'C:\swapfile.sys'
The goal is to completely remove this dependency from the project. Any guidance on how to achieve this would be greatly appreciated!