olebedev / go-starter-kit

[abandoned] Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit
Other
2.82k stars 359 forks source link

command "make serve" is failed. #53

Closed 0xp3p3 closed 7 years ago

0xp3p3 commented 7 years ago

1

1

Hello, I tried to make server by using go-starter-kit. I success "slrt restore" comand and it made vendor directory in go-start-kit directory. Actually, I copied and past your released slrt binary file to the go-start-kit root directory and execute "slrt command". Next, I installed MINGW for GNUMake in the windows. and tried make command. In that time, I faced the above issue. What is wrong with it?

PS: I tried on the mac os too, but issue is same.

olebedev commented 7 years ago

Hi @TianDaGe, sorry, windows are not supported for now. Please, use some unix-like system.

0xp3p3 commented 7 years ago

currently, I am trying on mac os x. but issue is same

screen shot 2016-08-18 at 8 23 10 pm
iKonrad commented 7 years ago

I had the same issue and it was because I had my repo outside of the Go workspace. Make sure to clone your repo project to: $GOPATH/src/github.com/[username]/[Projectname]/