olebedev / go-starter-kit

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

cannot import absolute path #43

Closed wenxingxing2011 closed 8 years ago

wenxingxing2011 commented 8 years ago

sorry ,i am a newerr. when i make serve,i got this problem. my system is win10 and have cygwin env.

image image image image

sorry my poor english, best regards

olebedev commented 8 years ago

It won't works on Windows/Cygwin because of backslashed $GOPATH. I would recommend trying a native command line interpreter which is released a couple days ago. Meaning, ubuntu within Windows 10 natively. Please let me know how it works If you try it.

Another option is using dockered workspace.