错误:EPERM:不允许操作,mkdir'C:\ Users \ ....''在安装create-react-app时

时间:2020-05-08 14:04:27

标签: reactjs

CMD Image,并且我还尝试打开cmd并以管理员身份运行,结果仍然如下:

我输入

npx create-react-app my-app
cd my-app

当我进入 npm start

我有此错误:

C:\Users\Hoi Yee\my-app>npm start

Error: EINVAL: invalid argument, mkdir 'C:\Users\Hoi Yee\my-app\'C:\Users\User\AppData\Roaming\npm''
Error: EINVAL: invalid argument, mkdir 'C:\Users\Hoi Yee\my-app\'C:\Users\User\AppData\Roaming\npm''

C:\Users\Hoi Yee\my-app>

如何在窗口10上安装create-react-app?

1 个答案:

答案 0 :(得分:0)

半路下载

npx create-react-app my-app

有错误。像这样:

58个包裹正在寻找资金 运行npm fund了解详情

发现了1个严重程度较低的漏洞 运行npm audit fix进行修复,或运行npm audit了解详情

但是我无法输入npm审核修复程序

整个东西都是静止的,所以我退出了。

我关闭cmd并再次打开,也尝试以管理员身份运行。

我输入了:

cd my-app

npm开始

我知道了:enter image description here

C:\ Users \ Hoiyee> cd my-app

C:\ Users \ Hoiyee \ my-app> npm开始 npm ERR!代码ENOENT npm ERR! syscall打开 npm ERR!路径C:\ Users \ Hoiyee \ my-app \ package.json npm ERR!埃尔诺-4058 npm ERR! enoent ENOENT:没有这样的文件或目录,打开'C:\ Users \ Hoiyee \ my-app \ package.json' npm ERR! enoent这与npm无法找到文件有关。 npm ERR!

npm ERR!可以在以下位置找到此运行的完整日志: npm ERR! C:\ Users \ Hoiyee \ AppData \ Roaming \ npm-cache_logs \ 2020-05-08T15_16_50_767Z-debug.log

C:\ Users \ Hoiyee \ my-app>

我检查我的应用程序中是否只有这些文件: node_modules

package.json

package-lock.json

我该怎么办?