gpt4 book ai didi

npm - 如何在我的项目中安装 react 和 react-redux?

转载 作者:行者123 更新时间:2023-12-04 10:36:57 24 4
gpt4 key购买 nike

下午好,

我正在尝试将 react 和 react-redux 安装到我的项目中,但我不断收到我不明白的错误。

$ npx create-react-app learn-redux
npm ERR! code ENOLOCAL
npm ERR! Could not install from "Phelps\AppData\Roaming\npm-cache\_npx\13464" as it does not contain a package.json file.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Taylor Phelps\AppData\Roaming\npm-cache\_logs\2020-02-08T20_44_17_568Z-debug.log
Install for [ 'create-react-app@latest' ] failed with code 1

Could not install from "Phelps\AppData\Roaming\npm-cache\_npx\13464" as it does not contain a package.json file.


我正在阅读错误,但问题是......我的计算机上不存在该文件夹,我已经在终端中检查了 npm 和 npx 并且两者都安装在我的计算机上。有没有人对为什么会发生这种情况以及如何解决它有任何想法?

谢谢你。

最佳答案

根据 this Github 问题 npx如果用户的名称中有空格,并且从错误消息中我猜想这里就是这种情况,则在 Windows 上运行时会遇到问题。建议的修复方法之一是设置您的 npm-cache没有空格的文件夹的路径:

npm config set cache C:\tmp\nodejs\npm-cache --global

然后再次尝试运行您的命令。

关于npm - 如何在我的项目中安装 react 和 react-redux?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60131056/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com