Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
与 npm 一起安装时,我想将 flat-ui 与 webpack 一起使用。我创建了一个测试项目。最后一次提交是在安装 flat-ui 之前。当我安装和使用
require('flat-ui');
我得到错误:
找不到模块:错误:无法解析模块“flat-ui”
在我的研究中,我发现了这个要点,但对 webpack 不够熟悉,无法很好地理解它。
我的目标是使用 npm 安装依赖项,而不是弄乱我的项目。
'flat-ui' npm 包不是官方包。此软件包提供旧版本。(问题)
您需要安装“designmodo-flat-ui”包。