I got the error:
Stderr is not a terminal, use '-r' to specify redirects for the target process or --allow-non-terminal-interactive=true if you really want to specify a redirect for Delve
Can you please point out what I need to do differently?
Thanks a lot!
Btw. Buffalo is a GREAT piece of work!
buffalo version: INFO[0000] Buffalo version is: v0.18.8
After running
buffalo new --api --skip-docker --skip-webpack --vcs none --verbose --db-type sqlite3 myapp
cd myapp
buffalo pop create -a
buffalo dev --debug
I got the error:
Stderr is not a terminal, use '-r' to specify redirects for the target process or --allow-non-terminal-interactive=true if you really want to specify a redirect for Delve
Can you please point out what I need to do differently? Thanks a lot!
Btw. Buffalo is a GREAT piece of work!
buffalo version
:INFO[0000] Buffalo version is: v0.18.8