0
試圖使用Svg
和Svg.Attributes
。收到錯誤消息無法在榆樹中導入Svg庫?
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-package.json中的'elm-lang/svg'? (嘗試'elm package install elm-lang/svg'在項目目錄中) – robertjlooby
@robertjlooby謝謝你的工作,你可能會很好地把它變成答案 –