不能在 elm 中导入 Svg 库?

Posted

技术标签:

【中文标题】不能在 elm 中导入 Svg 库?【英文标题】:Can't import the Svg library in elm? 【发布时间】:2017-06-24 23:01:39 【问题描述】:

尝试使用SvgSvg.Attributes。获取错误信息

I cannot find module 'Svg'.

Module 'Main' is trying to import it.

Potential problems could be:
    * Mispelled the module name
    * Need to add a source directory or new dependency to elm-package.json

我确定没有任何拼写错误,因为我复制并粘贴了教程中的导入内容。我在哪里安装这个库?

我正在阅读的教程是一个 elm-lang.org,特别是关于时间的部分。

【问题讨论】:

你能发布完整的代码吗?或者也许是您复制代码的教程的链接? elm-lang/svgelm-package.json 中吗? (在项目目录中尝试elm package install elm-lang/svg @robertjlooby 谢谢你的工作,你可能会把它变成一个答案 【参考方案1】:

您需要 elm-lang/svg 包作为 elm-package.json 中的依赖项。在项目目录下运行elm package install elm-lang/svg

【讨论】:

以上是关于不能在 elm 中导入 Svg 库?的主要内容,如果未能解决你的问题,请参考以下文章

如何在Elm中获取svg文本的长度

在 NextJS 中导入 SVG

无法在打字稿中导入 svg 文件

为啥我不能在 Django 项目中导入模块?

如何在 React 组件中导入图像(.svg、.png)

为啥我不能在 Spring-5.0.0.RELEASE 中导入 ApplicationContext