React Native:错误[ERR_STREAM_WRITE_AFTER_END]:结束后写

时间:2019-05-13 16:07:09

标签: android reactjs react-native android-gradle

我一直使用react-native-cli或Expo构建React Native项目。

我刚刚克隆了其中包含gradle的这个React Native项目,并且我正在npm run build中运行scripts,正如我在package.json文件中看到的那样:

 "scripts": {
    "start": "nps",
    "test": "nps setup",
    "build": "nps build",
    "setup": "nps setup && nps appcenter",
    "postinstall": "rm -f ./node_modules/react-native/local-cli/core/__fixtures__/files/package.json"
  },

当我运行npm run build时,我的障碍似乎与我零经验的gradle有关。

Error [ERR_STREAM_WRITE_AFTER_END]: write after end

我已经接受了SDK的许可协议,并且不知道此错误是什么。

1 个答案:

答案 0 :(得分:0)

您可以尝试将节点升级到8.10.x。它将把您的npm降级到5.6.0,然后使用npm install npm -g更新npm,它将把您的npm更新到5.7.1