简体   繁体   English

反应:导入'../node_modules/bootstrap/dist/css/bootstrap.min.css'; 错误

[英]React: import '../node_modules/bootstrap/dist/css/bootstrap.min.css'; error

I'm using the reactstrap library, Successfully installed the bootstrap and reactstrap我正在使用 reactstrap 库,成功安装了 bootstrap 和 reactstrap

however when i use import '../node_modules/bootstrap/dist/css/bootstrap.min.css';但是,当我使用import '../node_modules/bootstrap/dist/css/bootstrap.min.css'; react won't compile.反应不会编译。 Is there a workaround?有解决方法吗?

try using the following import statement - without the node_modules/ and you should get around this issue尝试使用以下导入语句 - 没有node_modules/你应该解决这个问题

import 'bootstrap/dist/css/bootstrap.min.css';

working stackblitz here这里工作stackblitz

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法解析'../node_modules/bootstrap/dist/css/bootstrap.min.css'? - Can't resolve '../node_modules/bootstrap/dist/css/bootstrap.min.css'? 错误:无法解析 React JS 中的“bootstrap.min.css” - Error: Can't resolve 'bootstrap.min.css' in React JS bootstrap.min.css 和 bootstrap.min.js 的 404 错误 - 404 error for bootstrap.min.css and bootstrap.min.js 警告在./node_modules/bootstrap/dist/css/bootstrap.css 中编译时有 1 个警告 - WARNING Compiled with 1 warning in ./node_modules/bootstrap/dist/css/bootstrap.css 引导反应。/node_modules/bootstrap/dist/js/bootstrap.min.js 找不到模块:无法解析“jquery” - Bootstrap react ./node_modules/bootstrap/dist/js/bootstrap.min.js Module not found: Can't resolve 'jquery' bootstrap.min.css未由Chrome和Firefox加载 - bootstrap.min.css not loaded by Chrome and Firefox bootstrap.min.css文件不支持 - bootstrap.min.css file not Supporting 找不到模块:错误:无法解析'bootstrap / css / bootstrap.min.css',我无法将Bootstrap添加到我的Vue项目中 - Module not found: Error: Can't resolve 'bootstrap/css/bootstrap.min.css', I can not add bootstrap into my vue project bootstrap.min.css和bootstrap.min.js有什么区别? - what is the difference between bootstrap.min.css and bootstrap.min.js? 包括bootstrap.min.css和bootstrap.css还是只包含一个? - Include both bootstrap.min.css and bootstrap.css or just one?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM