- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
目前,我正在研究 React 项目。它工作正常。但是现在每当我启动 npm 时。它给了我错误 -
$ react-scripts start
i 「wds」: Project is running at http://192.168.18.45/
i 「wds」: webpack output is served from
i 「wds」: Content not from webpack is served from C:\xampp\htdocs\SkyHi\Staah\staah-instant-site\public
i 「wds」: 404s will fallback to /
Starting the development server...
Failed to compile.
./node_modules/@fortawesome/fontawesome-svg-core/index.es.js
Error: [BABEL] C:\xampp\htdocs\SkyHi\Staah\staah-instant-site\node_modules\@fortawesome\fontawesome-svg-core\index.es.js: Could not find plugin "proposal-class-properties". Ensure there is an entry in ./available-plugins.js for it. (While processing: "C:\\xampp\\htdocs\\SkyHi\\Staah\\staah-instant-site\\node_modules\\babel-preset-react-app\\dependencies.js$0")
at Array.map (<anonymous>)
at Generator.next (<anonymous>)
at Generator.next (<anonymous>)
如何解决这个错误?请帮帮我。我正在使用
yarn
.
最佳答案
在 package.json 中添加 "resolutions": { "@babel/preset-env": "7.5.5"}。
运行 npx npm-force-resolutions
运行 npm install 或 yarn。
来自 Could not find plugin "proposal-numeric-separator" 的回答
关于reactjs - 找不到插件 "proposal-class-properties"。如何解决这个问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62585989/
关闭。这个问题需要更多focused .它目前不接受答案。 想改进这个问题吗? 更新问题,使其只关注一个问题 editing this post . 关闭 3 年前。 Improve this qu
如何修复找不到插件“proposal-numeric-separator”,当我尝试构建我的 React 应用程序时收到此错误,我尚未弹出该应用程序: ./src/index.js Error: [B
我想我可能遇到了一个小故障。昨晚我遇到了一个错误,说“找不到插件”proposal-class-static-block”。确保 ./available-plugins.js 中有一个条目。”每次我在
TL;博士:当与会者为事件提议了新时间时,组织者是否可以通过 Google Calendar API 检索提议的新时间,例如来自 Events: get或 Events: list ? 示例流程 组织
目前,我正在研究 React 项目。它工作正常。但是现在每当我启动 npm 时。它给了我错误 - $ react-scripts start i 「wds」: Project is running a
同时等待 question 的答复我想讨论可能的实现计划/细节,或者总体上回答实现以下内容有多困难以及需要哪些工具/技术: (摘自所提到的问题): Suppose you need to implem
我在我的 package.json 中添加了这两个 devDependencies: "@babel/plugin-proposal-class-properties": "^7.1.0", "@ba
我最近在 Win7 64 计算机上安装了 Eclipse Kepler CDT。它运行良好(嗯,有点),但是 - 它一直在运行,状态栏显示 Updating RPM packages proposal
在 Paxos made simple 中,Lamport 将算法的阶段 2 (a) 描述如下: If the proposer receives a response to its prepare
我有这样一个项目结构: /main-folder /apps /app — // I want to import "project-b" here /node_modules
最近一篇关于 HTML5 的文章说,Proposed Recommendation 日期是 2022 年,Candidate Recommendation 日期是 2012 年。 我想知道“Propo
Macports 是我在 Mac 上检查过的唯一打包系统,但我不喜欢它。(它需要将所有应用程序安装在特定位置。这可能是它显示 Python2.5 作为依赖项甚至需要安装的原因虽然我已经有了它。)对于一
我的应用程序在浏览器中运行良好,并在我启动 android 构建时使用 Cordova Geolocation 作为插件我收到此错误 An unhandled exception occurred:
在 c++20 的范围库中,所有 View 都有第二个版本。 例如,std::ranges::views::filter 我们有实际的类(class),std::ranges::filter_view
我刚刚添加了 this babel 插件,以便利用从 'a/module' 导出 aDefault。 效果很好,因为我可以从其他文件导入这样的导出,但 eslint 也不放过我。它无情地突出了我的导出
我所拥有的:我在编辑器中将错误显示为红色下划线,并在问题 View 中显示为其他错误。我为此使用标记,但也通过以下代码创建注释: @TextEditorScoped public class Erro
我正在扩展 eclipse jdt 的内容辅助, 我编写了一个实现 IJavaCompletionProposalComputer 的类, 我的代码如下: final static String[]
我最近下载了 Eclipse,当我按下 Ctrl+Space 时,它没有显示任何建议。 例如,如果我有一个名为 TotalElements 的变量并且在代码的另一个地方,当我键入 Tota 然后按 c
有没有办法在 eclipse 的内容辅助功能中禁用消息“No Default Proposals”? 内容辅助功能真的很棒。然而,每当 eclipse 找不到匹配的插入并显示以下内容时,这真的很烦人:
我在 Eclipse 4.x (Juno) 中工作。 我刚买了一台 4k 显示器,数百万程序员肯定会很快购买 :-)。 我试图让 Eclipse 在非常密集(高 DPI)的环境中工作。我设法更改了所有
我是一名优秀的程序员,十分优秀!