我尝试运行create-react-app myapp
,每次它抛出错误
我尝试通过npm cache clean --force
但它不能解决问题
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot find module './node'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object.<anonymous> (D:\Design\react\myapp\node_modules\browserslist\index.js:8:11)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
Aborting installation.
node has failed.
我的节点版本 v10.17.0
我的npm版本 6.11.3
答案 0 :(得分:2)
我遇到了同样的问题,直到意识到我已经在全球范围内安装了一个create-react-app实例,显然这产生了一种冲突,我解决了以下问题:
我注意到在这个npm文件夹中,我有可执行文件create-react-app。所以我删除了所有的npm文件夹,还卸载了节点并重新安装它,这解决了我的问题。我希望这对您有用。
答案 1 :(得分:0)
这是因为尚未从全局软件包中完全删除create-react-app,因此要完全sc.next()
将其删除并删除
create-react-app.cmd 文件