这个缺失的包(ebay-global-header-node)的替代方案是什么?

时间:2018-02-02 15:30:22

标签: react-native package ebay create-react-native-app

描述

我试图启动一个示例项目

$ npm install -g create-react-native-app sample-app

它抛出了这个错误:

$ npm install -g create-react-native-app sample-app
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t git://github.scm.corp.ebay.com/cubejs-ebay/ebay-global-header-node.git
npm ERR! 
npm ERR! 
npm ERR! exited with error code: 128

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/gen/.npm/_logs/2018-02-02T13_01_50_144Z-debug.log

比我运行那个孤立的命令:

/usr/bin/git ls-remote -h -t git://github.scm.corp.ebay.com/cubejs-ebay/ebay-global-header-node.git

并抛出此错误:

fatal: unable to connect to github.scm.corp.ebay.com:
github.scm.corp.ebay.com: Name or service not known

我也是在远程服务器上做的,以确保它不是网络问题

环境

  • npm ls react-native-scripts

    /无功/网络 └──(空)

  • npm ls react-native

    /无功/网络 └──(空)

  • npm ls expo

    /无功/网络 └──(空)

  • node -v

    /无功/网络 └──(空)

  • npm -v:v8.9.4

  • yarn --version:1.3.2
  • watchman version:守望者:未找到命令

    1. 操作系统:Linux SPDEV1 4.13.0-26-generic#29~16.04.2-Ubuntu SMP Tue Jan 9 22:00:44 UTC 2018 x86_64 x86_64 x86_64 GNU / Linux

2 个答案:

答案 0 :(得分:2)

尝试运行$ npm install -g create-react-native-app

之后$ create-react-native-app sample-app

也许是因为你试图在一行中完成两个命令。

答案 1 :(得分:0)

我遇到了同样的问题,按照Mateo的建议我尝试了下面的命令。

$ npm install -g create-react-app

$ create-react-app sample-app

刚删除原生,不确定差异。