umi中AssertionError [ERR_ASSERTION]: filePath not found of

简介: umi中AssertionError [ERR_ASSERTION]: filePath not found of

看到了吗,兄弟姐妹们。


这个问题整了一天才整的出来

错误的原因主要是由于npm安装的依赖和yarn安装的依赖起了冲突

如果是使用npm i 进行安装的依赖,在使用yarn start进行启动的时候就会出现这个问题

解决办法

1 不知道冲突的是哪个第三方包

  1. 删除原有的依赖,删除掉.umi文件
    重新启动
  2. 删除掉项目 重新拉取一下
  3. 如果以上两个方式解决不了,兄弟我只能劝你别写了

2 知道冲突的是哪个第三方包

  1. 使用少部分人使用的npm/pnpm/yarn 删掉第三方包
  2. 使用多部分人使用的方法重新安装
  3. 如果上面两个步骤解决不了,兄弟我只能帮你到这了。

衷心希望朋友你的代码无BUG👍👍👍

相关文章
|
6月前
|
编解码 数据处理
Failed to execute script ‘xxx‘ due to unhandled exception:No module named ‘ctypes‘
Failed to execute script ‘xxx‘ due to unhandled exception:No module named ‘ctypes‘
428 0
|
6月前
|
JavaScript
Parsing error: No Babel config file detected for 。。
Parsing error: No Babel config file detected for 。。
151 3
|
6月前
|
Unix Linux Shell
syntax error: unexpected end of file
syntax error: unexpected end of file
33 0
error C2449: found ‘{‘ at file scope (missing function header?)和error C2059: syntax error : ‘}‘
error C2449: found ‘{‘ at file scope (missing function header?)和error C2059: syntax error : ‘}‘
122 0
|
6月前
|
机器学习/深度学习 Java Android开发
记录一个Flutter运行的异常FAILURE: Build failed with an exception. What went wrong: A problem occurred config
记录一个Flutter运行的异常FAILURE: Build failed with an exception. What went wrong: A problem occurred config
226 0
|
6月前
|
计算机视觉 Python
error: (-215:Assertion failed) !_src.empty() in function 'cv::cvtColor'
error: (-215:Assertion failed) !_src.empty() in function 'cv::cvtColor'
168 0
|
6月前
Parsing error: No Babel config file detected for XXXXX
Parsing error: No Babel config file detected for XXXXX
npm ERR! typeerror Error: Missing required argument #1
npm ERR! typeerror Error: Missing required argument #1
752 0
eslint: error Parsing error: Unexpected token <
eslint: error Parsing error: Unexpected token <
332 0