安装f8app react-native项目时 nmp install 出错

前端之家收集整理的这篇文章主要介绍了安装f8app react-native项目时 nmp install 出错前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1.错误1


npm ERR! Windows_NT 6.1.7601

npm ERR! argv "D:\\nodejs\\node.exe" "D:\\nodejs\\node_modules\\npm\\bin\\npm-cl
i.js" "install"
npm ERR! node v6.9.2
npm ERR! npm v3.10.9
npm ERR! code EBADPLATFORM


npm ERR! notsup Unsupported platform for fsevents@1.0.12: wanted {"os":"darwin",
"arch":"any"} (current: {"os":"win32","arch":"x64"})
npm ERR! notsup Valid OS: darwin
npm ERR! notsup Valid Arch: any
npm ERR! notsup Actual OS: win32
npm ERR! notsup Actual Arch: x64


npm ERR! Please include the following file with any support request:

npm ERR! D:\rnworkspace\f8app\npm-debug.log

2错误2


npm WARN retry will retry,error on last attempt: Error: tunneling socket could
not be established,cause=getaddrinfo ENOTFOUND server server:80
npm ERR! fetch Failed https://registry.npmjs.org/yeoman-welcome/-/yeoman-welcome
-1.0.1.tgz

3解决

原文链接:https://www.f2er.com/react/305233.html

猜你在找的React相关文章