react-native - 如何在 Windows 10 中离线安装 expo-cli

标签 react-native

Microsoft Windows [Version 10.0.17134.829]
(c) 2018 Microsoft Corporation. All rights reserved.

C:\Users\HPSupport>npm install -g expo-cli
npm WARN registry Using stale data from https://registry.npmjs.org/ because the host is inaccessible -- are you offline?
npm WARN registry Using stale data from https://registry.npmjs.org/ due to a request error during revalidation.
npm WARN deprecated joi@14.0.4: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated @babel/polyfill@7.4.4: ?? As of Babel 7.4.0, this
npm WARN deprecated package has been deprecated in favor of directly
npm WARN deprecated including core-js/stable (to polyfill ECMAScript
npm WARN deprecated features) and regenerator-runtime/runtime
npm WARN deprecated (needed to use transpiled generator functions):
npm WARN deprecated
npm WARN deprecated   > import "core-js/stable";
npm WARN deprecated   > import "regenerator-runtime/runtime";
npm WARN deprecated joi@11.4.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated topo@2.0.2: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
npm WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
npm ERR! cb() never called!

npm ERR! This is an error with npm itself. Please report this error at:
npm ERR!     <https://npm.community>

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\HPSupport\AppData\Roaming\npm-cache\_logs\2019-07-14T04_03_13_221Z-debug.log

C:\Users\HPSupport>

当我尝试使用“npm install -g expo-cli”安装 expo cli 时 安装只是停留在“提取 rxjs”之类的东西上

有没有办法用它的离线安装程序离线安装它 或此问题的任何解决方案。

我正在使用最新的节点版本 - v10

我删除了 64 位节点并安装了 32 位节点,但同样的问题, 我在尝试使用 PowerShell 时遇到了同样的问题。

最佳答案

好的,经过一些研究和我现在得到的错误,很明显这是 npm 的问题,所以我只是安装了 react-native-cli 而不是 expo-cli,它起作用了。

感谢支持

关于react-native - 如何在 Windows 10 中离线安装 expo-cli,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56892857/

相关文章:

reactjs - 所有页面的底部标签

reactjs - React Native : make API request, 设置状态,然后渲染?

reactjs - 如何在没有Expo的情况下安装react-native-svg-transformer?

reactjs - 如何在 React-native 中循环数据数组?

react-native - 安装 react 导航和手势处理程序后出现错误 gradlew.bat installDebug

android - react native promise

Android Studio Android 模拟器无法启动。

javascript - 从 GoMobile 调用 JS 包?

android - 无法使用 react-native 应用程序中的 redux-persist 检查是否已在索引/主文件上加载持久状态

javascript - 如何使用 React Native 集成 Stripe 并符合 PCI 标准?