【问题标题】:React - jquery module not foundReact - 找不到 jquery 模块
【发布时间】:2018-09-06 08:47:04
【问题描述】:

我已经通过 npm 加载了 jquery,我正在尝试在我的 React 应用程序的 App.js 中导入 jQuery,如下所示:

import $ from 'jquery';

但它说:

找不到模块:无法解析“jquery”

知道这里有什么问题吗?

【问题讨论】:

标签: jquery reactjs npm


【解决方案1】:

我没有想出解决方案,但是执行 nmp install 解决了这个问题。

【讨论】:

    【解决方案2】:

    你应该通过 npm 或 yarn 安装 jQuery。

    npm install -S jquery
    
    yarn add jquery
    

    【讨论】:

    • 对不起,这没有帮助。
    • 另请注意,您必须在计划使用它的每个文件中导入 jquery。
    猜你喜欢
    • 2021-12-25
    • 2015-09-20
    • 2017-06-17
    • 2019-09-06
    • 1970-01-01
    • 2023-01-09
    • 1970-01-01
    • 2020-10-24
    相关资源
    最近更新 更多