I have made a component with v0 and i can't install it with the shadcn CLI. the problem is that the JSON result includes "@/components" as a dependency and because of that I am getting the following error:
Something went wrong. Please check the error below for more details. If the problem persists, please open an issue on GitHub.
Command failed with exit code 4294963238: npm install @/components /react-slot npm ERR! code ENOENT npm ERR! syscall open npm ERR! path @\components/package.json npm ERR! errno -4058 npm ERR! enoent ENOENT: no such file or directory, open '@\components\package.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent
npm ERR! A complete log of this run can be found in: C:\Users\user\AppData\Local pm-cache_logs\2024-09-03T14_51_58_953Z-debug-0.log
