0
我在ELM是新的,我想執行這個代碼:無法安裝榆樹琅/ HTML 1.0.0
import Html exposing (..)
main =
text "hola yassine"
使用榆樹洗車臺0.16。
現在,當我打電話http://localhost:8000/test.elm我有這樣的錯誤:
I cannot find module 'Html'.
Module 'Main' is trying to import it.
Potential problems could be:
* Misspelled the module name
* Need to add a source directory or new dependency to elm-package
,當我執行elm package install elm-lang/html 1.0.0
導入它,我有這個問題依賴路徑: error
有人能夠幫助我好嗎? 非常感謝。
我認爲如果你在0.16路徑仍然是'evancz/html' – wintvelt
你使用Elm 0.16的任何原因?你會發現使用0.16比更新的版本更難學習。 – Sebastian
這是我們的老師誰告訴我們,我們必須使用0.16 – Yassine