NPM install fails with node-gyp

前端 未结 9 543
闹比i
闹比i 2021-01-31 04:09

We are having problems running \"npm install\" on our project. A certain file cannot be found :

fatal error C1083: Cannot open include file: \'w         


        
9条回答
  •  悲哀的现实
    2021-01-31 04:34

    Hey please try to install the windows build tools (global npm package)

    This will fix your problem :-) You should be able to use your npm install command afterwards.

提交回复
热议问题