-
-
Notifications
You must be signed in to change notification settings - Fork 578
Difficult to Exit buffalo dev Command Line on Windows #750
Comments
Can you please run |
No problem, here is what I get, started happening when I upgraded to 0.10.1: λ buffalo info Buffalo Versionv0.10.1 Go Versiongo version go1.9.2 windows/amd64 Go Envset GOARCH=amd64 Node Versionv8.9.0 NPM Version5.5.1 Dep Statuscould not find project Gopkg.toml, use dep init to initiate a manifest PostgreSQL VersionPostgreSQL Not Found MySQL VersionMySQL Not Found SQLite VersionSQLite Not Found |
I observed that the following method to launch will work with Windows to suppress the need for input when exiting: buffalo dev < nul Perhaps it would be possible to similarly redirect programatically when executing the dev command from Windows. |
λ buffalo info Did you run the commands on a different command line than the standard Command Prompt or Powershell? (Asking due to the λ infront) |
I ran it on a cmder shell but I noticed it happens in other shell environments as well and a standard Windows cmd prompt. It's a nice shell tool for Windows and is a terminal emulator for other cmd environments including Powershell. |
Sorry for offtopic. I use https://conemu.github.io/ for shell wrap & bash shell to execute. |
On bash (started from Visual Studio Code) I get
That is only Ctrl+C gives some output... and no other keys |
In pure CMD I somehow manage to get out of that:
|
Same problem. After CTRL+C pressed, and "Terminate batch job" appeared - if i type some thing except "Y", terminal hangs and not respond at all. After investigating this issue i came up that this is node.js or Webpack bug. this, partially, solved issue for me:
I mean partially - is that Maybe there is more elegant way to solve this issue. Im just started learning golang and maybe im going wrong way |
I'm on Windows 10, same issue, but I use cmder with git-bash, so, this solved the issue for me |
* Update Bootstrap version https://nvd.nist.gov/vuln/detail/CVE-2018-14041 * update Dockerfile and Makefile; removed go.* * updated to use release * version bump: v0.12.7-rc.1 * generated goreleaser * version bump: v0.12.7-beta.1 * fixed releaser template * generated goreleaser * fixed broken deps * fixed a few lint issues * clean up packr files before gometalinter sees them * fixes CloseNotify lint issue * touch router_test * use the development image * fixes appveyor * compile in sqlite * removed stderr from plugin check * updated deps * removed Gopkg.toml * fixes #750 * package logo.svg into binary
* V0.12.7 (#1349) * Update Bootstrap version https://nvd.nist.gov/vuln/detail/CVE-2018-14041 * update Dockerfile and Makefile; removed go.* * updated to use release * version bump: v0.12.7-rc.1 * generated goreleaser * version bump: v0.12.7-beta.1 * fixed releaser template * generated goreleaser * fixed broken deps * fixed a few lint issues * clean up packr files before gometalinter sees them * fixes CloseNotify lint issue * touch router_test * use the development image * fixes appveyor * compile in sqlite * removed stderr from plugin check * updated deps * removed Gopkg.toml * fixes #750 * package logo.svg into binary * version bump: v0.12.7 * generated goreleaser * fixed tap * generated goreleaser
* V0.12.7 (#1349) * Update Bootstrap version https://nvd.nist.gov/vuln/detail/CVE-2018-14041 * update Dockerfile and Makefile; removed go.* * updated to use release * version bump: v0.12.7-rc.1 * generated goreleaser * version bump: v0.12.7-beta.1 * fixed releaser template * generated goreleaser * fixed broken deps * fixed a few lint issues * clean up packr files before gometalinter sees them * fixes CloseNotify lint issue * touch router_test * use the development image * fixes appveyor * compile in sqlite * removed stderr from plugin check * updated deps * removed Gopkg.toml * fixes #750 * package logo.svg into binary * version bump: v0.12.7 * generated goreleaser * fixed tap * generated goreleaser * fixes broken Dockerfile.build on master * extracting module from go.mod * removing start and end from regexp to capture the module name * modifying comment * fixing go.mod * fixing dockerfgile * vadding version.go changes * fixing merges pending * fixing missing conflicts * adding tests for the modules package name * adding other 2 tests * adding testss for empty go.mod
When using Ctl-C on the command line to exit a buffalo dev session the cmd tool remains locked and unable to enter other commands.
A typical interaction:
A workaround is to enter Y followed by two returns and the command prompt will usually come back.
The text was updated successfully, but these errors were encountered: