PS C:\Users\Administrator\Desktop\React app\Reactapp> npx create-react-app .
npm ERR! code ENOENT
npm ERR! syscall lstat
npm ERR! path C:\Users\Administrator\AppData\Roaming\npm
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\Administrator\AppData\Roaming\npm'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in: C:\Users\Administrator\AppData\Local\npm-cache\_logs\2023-10-31T20_00_59_399Z-debug-0.log
字符串
我已经尝试了很多,但这个问题是没有得到修复
2条答案
按热度按时间f4t66c6m1#
npm上的项目名称通常是双引号,也可以包含连字符和下划线来分隔单词。您可以给予名称,如
react-app
或reactapp
。项目名称不能包含大写字母。这是特定于npm包命名约定的,与React本身没有直接关系。
nfeuvbwi2#
尝试这个错误-而-installing-npx-react-app:它为我工作npm安装yarn.然后npm重建C:\Users\Administrator\AppData\Roaming\npm应该可以帮助我有同样的问题,祝你好运干杯.