こんにちは、私はちょうどからのドキュメントに従ってください:私は発見モジュール部でブロックされていhttp://elm-lang.org/get-startedしかし :ELM-始めるドキュメントは、「モジュールを見つけることができない」
$ mkdir elm
$ cd elm
$ elm package install
Some new packages are needed. Here is the upgrade plan.
Install:
elm-lang/core 4.0.1
Do you approve of this plan? (y/n) y
Downloading elm-lang/core
Packages configured successfully!
私はいくつかの簡単な例を取得:
を$ wget https://raw.githubusercontent.com/elm-lang/elm-lang.org/master/src/examples/buttons.elm
... Enregistre : «buttons.elm»
buttons.elm 100%[===========================>] 495 --.-KB/s in 0s
2016-05-26 09:32:19 (150 MB/s) - «buttons.elm» enregistré [495/495]
私が行方不明モジュールErrror取得:私はWHEを見つけることができません
$ elm-make buttons.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.json
(venv)[email protected]:~/lab/sandbox/elm
$
をドキュメントの再
import xxx Exposing yyy
からかかわりを説明し、あなたがelm package install elm-lang/html
を使用してelm-lang/html
パッケージをインポートする必要が
$ pip install xxx