i am trying to install all dependencies using npm install
command, but while installing it i am getting error like below :
ling source file ..\\
Run below command in cmd with administrator priviledges:
npm install --global --production windows-build-tools --vs2017
None of these answers worked for me on Windows 10 and Node 13. I had to uninstall Visual Studio and Build Tools, and uninstall Node 13. Then, I deleted npm and npm-cache from Roaming, before reinstalling Node 11.6 and choosing to install Chocolately. It worked for me thereafter.
npm cache clean --force
npm install