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 [email protected]: 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/[email protected]: ?? 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 [email protected]: 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 [email protected]: 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 [email protected]: 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 [email protected]: 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>
when I try to install expo cli with "npm install -g expo-cli" Installing just stuck on something like "extracting rxjs"
(当我尝试使用“ npm install -g expo-cli”安装expo cli时,安装过程仅停留在“ extracting rxjs”之类的东西上)
Is there any way to install it offline with its offline installer or any solution to this problem.
(有什么方法可以使用其脱机安装程序将其脱机安装,也可以通过任何方法解决此问题。)
I am using the latest node version- v10
(我正在使用最新的节点版本-v10)
I have deleted node 64 bit and installed node 32 bit but the same problem, I have the same issue when trying to use PowerShell.
(我删除了节点64位并安装了节点32位,但是存在相同的问题,在尝试使用PowerShell时遇到相同的问题。)
ask by The Destroyer translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…