Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/three.js/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reactjs npm安装错误:这到底意味着什么?如何修复它?_Reactjs_Npm_Dependencies - Fatal编程技术网

Reactjs npm安装错误:这到底意味着什么?如何修复它?

Reactjs npm安装错误:这到底意味着什么?如何修复它?,reactjs,npm,dependencies,Reactjs,Npm,Dependencies,在使用npm安装时,我遇到了以下错误:我应该怎么做,我应该担心吗?如何联系作者 17723 error code E404 17724 error 404 Not Found - GET https://registry.npmjs.org/@babel/plugin-transform-named-capturing-types-regex/-/plugin-transform-named-capturing-types-regex-7.4.2.tgz 17725 error 404 1772

在使用npm安装时,我遇到了以下错误:我应该怎么做,我应该担心吗?如何联系作者

17723 error code E404
17724 error 404 Not Found - GET https://registry.npmjs.org/@babel/plugin-transform-named-capturing-types-regex/-/plugin-transform-named-capturing-types-regex-7.4.2.tgz
17725 error 404
17726 error 404 '@babel/plugin-transform-named-capturing-types-regex@7.4.2' is not in the npm registry.
17727 error 404 You should bug the author to publish it (or use the name yourself!)
17728 error 404 It was specified as a dependency of 'front_end'
17729 error 404 Note that you can also install from a
17730 error 404 tarball, folder, http url, or git url.
17731 verbose exit [ 1, true ]

404表示找不到。也就是说,没有以该名称发布任何包

你是说这个吗

npm install --save-dev @babel/plugin-transform-named-capturing-groups-regex

我刚刚使用“npm install”安装了我项目的所有依赖项,但我以前从未出现过这个错误。也许它被重命名了-它与上面的包一起工作吗?我不确定,我认为它与react create应用程序连接,该应用程序是自动安装的。好的,但安装这个应用程序时它工作吗?如果是这样,请标记为正确..我没有使用您的命令,但在执行npm审核修复、npm更新并最终重新安装npm后,问题消失了。