Hi all,
I am getting an error when I am trying to install npm install in the frontend folder. Below is the error message:
PS E:\quickstart\frontend> npx npm-force-resolutions
npm ERR! code ENOENT
npm ERR! syscall lstat
npm ERR! path C:\Users\vamsi\AppData\Roaming\npm
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\vamsi\AppData\Roaming\npm'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
Can any one help with my issue.
