React:create-react-app 失败并出现错误“找不到模块‘libnpx’
Posted
技术标签:
【中文标题】React:create-react-app 失败并出现错误“找不到模块‘libnpx’【英文标题】:React: create-react-app fails with error "Cannot find module 'libnpx' 【发布时间】:2022-01-20 22:11:18 【问题描述】:操作系统-ubuntu
IDE-VS-代码
npx create-react-app
工作正常,当我遇到Create React App requires Node 14 or higher.
的建议时,我想从事个人项目,我尝试使用以下命令更新节点sudo npm cache clean -f
然后sudo npm install -g n
然后我运行@987654326 @ 已安装以下内容:v16.13.1(使用 npm 8.1.2)。当我尝试运行 npx create-react-app
时,出现以下错误
Error: Cannot find module 'libnpx'
Require stack:
- /usr/share/npm/bin/npx-cli.js
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (/usr/share/npm/bin/npx-cli.js:3:13)
at Module._compile (node:internal/modules/cjs/loader:1101:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
code: 'MODULE_NOT_FOUND',
requireStack: [ '/usr/share/npm/bin/npx-cli.js' ]
收到错误后我尝试了什么, 下面的解决方案; React: create-react-app fails with error "Cannot find module 'lodash'"
我该如何解决这个问题,以便开始我的个人项目并学习框架?
【问题讨论】:
【参考方案1】:重新启动 vs-code 并开始正常工作。希望这可以帮助遇到同样错误的人
【讨论】:
【参考方案2】:更新节点版本后重启终端。
【讨论】:
您的答案可以通过额外的支持信息得到改进。请edit 添加更多详细信息,例如引用或文档,以便其他人可以确认您的答案是正确的。你可以找到更多关于如何写好答案的信息in the help center。以上是关于React:create-react-app 失败并出现错误“找不到模块‘libnpx’的主要内容,如果未能解决你的问题,请参考以下文章
为啥 npm uninstall -g create-react-app 失败?
安装 create-react-app@latest 失败,错误代码:243
npx create-react-app 在 big sur 上执行 yarnpkg 时失败
如何在 GAE 中设置路由以进行反应?在基本 create-react-app 上的 GAE 中,通过 URL 直接路由到 react-router-dom 路由失败?