react-native项目创建提供了节点预gyp命中错误套接字挂起错误

时间:2019-02-26 01:39:03

标签: node.js reactjs react-native npm

我正在尝试创建一个react-native项目,但是,在安装node-pre-gyp模块时会引发错误。

我正在使用Mac,我还尝试了在全球安装node-pre-gyp。但是,得到同样的错误。

➜  mobile react-native init Demo
This will walk you through creating a new React Native project in /Users/gaurang.shah/Documents/personal/code/mobile/Demo
Installing react-native...
Consider installing yarn to make this faster: https://yarnpkg.com

> fsevents@1.2.7 install /Users/gaurang.shah/Documents/personal/code/mobile/Demo/node_modules/fsevents
> node install

node-pre-gyp WARN Using needle for node-pre-gyp https download
node-pre-gyp WARN Pre-built binaries not installable for fsevents@1.2.7 and node@11.10.0 (node-v67 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp WARN Hit error socket hang up
  SOLINK_MODULE(target) Release/.node
  CXX(target) Release/obj.target/fse/fsevents.o
  SOLINK_MODULE(target) Release/fse.node
  COPY /Users/gaurang.shah/Documents/personal/code/mobile/Demo/node_modules/fsevents/lib/binding/Release/node-v67-darwin-x64/fse.node
  TOUCH Release/obj.target/action_after_build.stamp
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN react-native@0.58.5 requires a peer of react@16.6.3 but none is installed. You must install peer dependencies yourself.

+ react-native@0.58.5
added 733 packages from 381 contributors and audited 27744 packages in 899.043s
found 11 low severity vulnerabilities
  run `npm audit fix` to fix them, or `npm audit` for details

1 个答案:

答案 0 :(得分:0)

这可能是由于node_modules中旧安装的软件包与较新版本的npm不兼容。尝试使用node_modules删除rm -rf Demo/node_modules目录,然后重试mobile react-native init Demo