ling react-native我得到以下错误(在Windows上)
C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\src\win_delay_load_hook.c(31):
error C2373: '__pfnDliNotifyHook2': redefinition; different type modifiers
[C:\Projects\JustEatLife\node_modules\react-native\node_modules\ws
\node_modules\bufferutil\build\bufferutil.vcxproj]
我已经安装了windows sdks,在我的VS 2015安装中添加了C ++工具,安装了android studio,java等。
有什么方法可以解决这个问题吗?
答案 0 :(得分:2)
我遇到了同样的问题,对我来说,答案是在npm中将node-gyb从版本3.3.1更新到3.4.0。
有关如何操作的说明,请参阅:
npm install fails with error C2373 with vs2015 update 3
如果npm i
失败,请在packages.json中更新版本号后尝试npm install node-gyp