找不到模块:无法解析'react-materialize'
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了找不到模块:无法解析'react-materialize'相关的知识,希望对你有一定的参考价值。
我正在尝试使用一个名为materialize的软件包,我用npm install react-materialize --save
安装它,然后我运行npm install
但我得到一个错误,说它找不到包。
编译失败。
./src/index.js
Module not found: Can't resolve 'react-materialize' in 'C:UsersUserDesktop
eactcamerasrc'
的package.json
"react-materialize": "^2.0.6"
index.js
import {Button} from "react-materialize";
答案
不得不在index.html
中包含这个:
<head>
<link href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.0/css/materialize.min.css" rel="stylesheet">
</head>
<body>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.0/js/materialize.min.js"></script>
</body>
我不明白为什么我必须将它们包含在index.html
中,但它现在有效。
以上是关于找不到模块:无法解析'react-materialize'的主要内容,如果未能解决你的问题,请参考以下文章
找不到模块:无法解析'autosuggest-highlight / match'
Webpack 4:找不到Entry模块中的ERROR:错误:无法解析'./src'
找不到模块:错误:无法解析'./http-common' vue js axios
找不到模块:无法解析'C: Users test counter-app src'中的'bootstrap / dist / css / bootstrap.cs(代码片