作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 React 开发一个项目,遇到了一个让我困惑的问题。
每当我运行yarn start
时,我都会收到此错误:
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of typestring. Received type undefined
我不知道为什么会发生这种情况。
最佳答案
要解决此问题,只需升级 react-scripts 软件包(使用 npm info react-scripts version
检查最新版本):
"react-scripts": "^3.x.x"
替换为 "react-scripts": "^3.4.1 “
(或最新可用版本)npm install
或yarn install
有人报告说此问题是由运行 npmauditfix
引起的(避免它!)。
关于reactjs - 'TypeError [ERR_INVALID_ARG_TYPE] : The "path" argument must be of type string. 接收类型未定义',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60234640/
我是一名优秀的程序员,十分优秀!