macos 12.6.8
V 0.5.0 5e0489f
i have cloned the repo
I've done a v install in the root folder
Detected v.mod file inside the project directory. Using it...
Nothing to install.
then go to the examples folder and try to run anything like "v run demo_calculate.v" but got an error like :
demo_calculate.v:1:1: builder error: cannot import module "ui" (not found)
1 | import ui
| ~~~~~~~~~
2 | import gg
3 |
macos 12.6.8
V 0.5.0 5e0489f
i have cloned the repo
I've done a v install in the root folder
then go to the examples folder and try to run anything like "v run demo_calculate.v" but got an error like :