rundis / elm-bootstrap.info

User documentation for Elm Bootstrap
BSD 3-Clause "New" or "Revised" License
11 stars 19 forks source link

cannot find module 'Bootstrap.Navbar' #3

Closed jshickey closed 7 years ago

jshickey commented 7 years ago

Tried to follow the directions to run after cloning and I'm getting:

ERROR in ./src/Main.elm Module build failed: Error: Compiler process exited with error Compilation failed I cannot find module 'Bootstrap.Navbar'.

Module 'Main' is trying to import it.

Potential problems could be:

rundis commented 7 years ago

Just tested in in an empty dir and worked fine.

1) Did you first clone elm-bootstrap ? 2) Did you clone elm-bootstrap.info as a sub-directory of elm-bootstrap ?

rundis commented 7 years ago

@jshickey Have you managed to get it up and running ?

jshickey commented 7 years ago

Sorry about my speed-reading the directions. I missed the cd into elm-bootstrap before cloning elm-bootstrap.info. The directions are fine - it works.

rundis commented 7 years ago

Cool