gpt4 book ai didi

reactjs - 找不到模块 "react-slick"

转载 作者:行者123 更新时间:2023-12-04 13:33:35 26 4
gpt4 key购买 nike

我正在尝试在我的 React 项目中使用 react-slick。
当我尝试导入它时

import Slider from 'react-slick';

我收到这个错误
Cannot find module "react-slick"

还有谁有相同的问题吗 ?

https://github.com/akiran/react-slick
安装
npm install react-slick

还为 css 和字体安装 slick-carousel
npm install slick-carousel

react V " react @^15.4.1"

NPM 安装结果
npm install react-slick --save
(node:14297) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
fb-lite@1.1.0 ..blal
└─┬ react-slick@0.14.5
├─┬ json2mq@0.2.0
│ └── string-convert@0.2.1
├─┬ react-responsive-mixin@0.4.0
│ ├── can-use-dom@0.1.0
│ └── enquire.js@2.1.1
└─┬ slick-carousel@1.6.0
└── jquery@3.1.1


npm install slick-carousel --save
(node:14298) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
fb-lite@1.1.0 ..blal
└── slick-carousel@1.6.0

最佳答案

在您的 react 组件文件中:
从'react-slick'导入滑块;

在 package.json 检查版本:
“ react 流畅”:“^0.15.4”

这对我有用。

关于reactjs - 找不到模块 "react-slick",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41967988/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com