Troubles with NPM and node-gyp in Windows

后端 未结 5 878
独厮守ぢ
独厮守ぢ 2020-12-17 00:12

I have some troubles with npm packages on my Windows workstation... I have a set of NPM dependencies in my package.json file:

\"devDependencies\": {
    \"babel-p         


        
5条回答
  •  庸人自扰
    2020-12-17 00:40

    Windows open PowerShell in administrative tool and run this command

    npm install --global --production windows-build-tools 
    

提交回复
热议问题