I am trying to install some packages using node but getting the following error:
npm update check failed
Try running with sudo or get access
to the local update config store via
sudo chown -R $USER:$(id -gn $USER) C:\Users\DELL\.config
I have checked the read/write permissions to the specified folder and since I am a windows user I can't use sudo
Please help me out