anthdm / superkit

MIT License
1.03k stars 88 forks source link

Broken code #16

Open marianvlad opened 5 months ago

marianvlad commented 5 months ago

I tried to see the changes made with the last commit and installed the superkit again and I get these errors. I use Mac M1

`Rebuilding...

Done in 150ms.


/ /\ | | | |) //--\ || || _ v1.51.0, built with Go go1.22.3


/ /\ | | | |) //--\ || || _ v1.51.0, built with Go go1.22.3

test-superkit/app/db

app/db/db.go:34:20: undefined: db.NewSQL app/db/db.go:52:10: undefined: db.DriverMysql /bin/sh: tmp/bin/main: No such file or directory`

marianvlad commented 5 months ago

Fixed with "go clean -modcache && go get -u ./... " but now assets not found

marianvlad commented 5 months ago

Fixed with "go clean -modcache && go get -u ./... " but now assets not found

I think "go get -u ./..." is enough because "go clean -modcache" it trigger Mac Spotlight indexing and consuming internet bandwidth for the other projects to install the modules again.

anthdm commented 5 months ago

I'm making changes all the time at the moment, so things will break 100% most of the time. A lot of those issues come from cached mods. I working hard to get something stable out soon.