无法安装和添加任何东西,从Node.js到npx,npm和yarn

时间:2020-10-22 14:33:03

标签: node.js reactjs react-native npm yarnpkg

我知道这个问题已经问了很多遍了,我已经尝试了另一篇文章中给出的解决方案中的所有内容,但是不幸的是它不起作用,我想知道为什么。我不知道可能是罪魁祸首。

昨天不是问题,我可以像往常一样做事

 yarn add <package> 

今天我正在整理我的项目,这是一个reactjs应用程序,并通过执行yarn add来尝试一些程序包,有时它会挂起并显示此消息

 info There appears to be trouble with your network connection. Retrying...
 info There appears to be trouble with your network connection. Retrying...

因此取消了它,然后再次添加,发生了同样的事情,所以我重新启动了计算机。然后,我决定暂时离开该项目,然后继续下一个项目。这次我要用#p>创建一个react native项目

 npm install -g react-native-cli

它也挂断了,直到fetchMetadata(我去吃晚餐约一个小时,什么也没发生,只移动了一个点)

 [  ................] / fetchMetadata: sill resolveWithNewModule glob@7.1.6 checking installable 
 status

我无法启动react-native初始化,因为我无法安装cli。然后我去克隆了这个项目,而不是从github克隆项目,只是做了一个npm安装,但是显示了同样的错误消息。即使安装纱线。两者都挂在获取包中...

 [2/4] Fetching packages...
 info There appears to be trouble with your network connection. Retrying...
 info There appears to be trouble with your network connection. Retrying...
 info There appears to be trouble with your network connection. Retrying...

 An unexpected error occurred: "https://registry.yarnpkg.com/react-native/-/react-native- 
 0.62.2.tgz: unexpected end of file".

 info If you think this is a bug, please open a bug report with the information provided in 
 "E:\\Download 2nd\\00 Developer Sites\\Github Repos\\katoto-web-rtc\\yarn-erro
 r.log".

 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
 info There appears to be trouble with your network connection. Retrying...

所以我再次决定只是重新安装Nodejs并清除所有npm缓存。我单击了nodejs的所有更新以安装Chocolatey和phyton,但发生了相同的事情,

 python is not installed. Installing...
 Progress: Downloading python3 3.9.0... 15%
 python not installed. An error occurred during installation:
 The operation has timed out.

并在安装结束时:

 Chocolatey upgraded 1/2 packages. 1 packages failed.

 Failures
  - python (exited 1) - python not installed. An error occurred during installation:
  The operation has timed out.
  Type ENTER to exit:

我重新启动已关闭防病毒软件,关闭了防火墙以及所有内容,再次卸载了nodejs,这次我选择仅安装nodejs。重新启动我的计算机,重新启动我的路由器(我在家中,也是唯一一个使用网络的路由器),我还刷新DNS清除缓存,然后再次安装本机,仍然出现相同的错误消息。

目前,我现在正在测试创建React应用(因为我无法安装react native,因此我正在检查Reactjs是否可以工作),不幸的是,甚至React JS都挂断了。

npx create-react-app sample
[##................] - fetchMetadata: sill resolveWithNewModule balanced-match@1.0.0 checking 
installable status

我今天比其他任何日子都感到无用。我整天都在这样做,但我不知道为什么每个安装都无法正常进行。我已经禁用了所有功能,我不知道重新格式化PC是否会有所帮助,但是我现在不能这样做,这将花费太多时间。我该如何解决?

0 个答案:

没有答案