Closed vikram-rawat closed 5 years ago
Does running buffalo pop create
instead work?
If it doesn't, running soda create
or buffalo-pop pop create
should be working until a fix exists.
In that case, please also include the output of buffalo info
.
The log you provided does not show any obvious error (or I didn't see them on the mobile screen). The information on meta tags seems to be quite normal.
buffalo pop create didn't work
This is the result of buffalo info. Please let me know if you need anything from me. I need it fixed please because I am trying to learn it and it's already very hard to understand what command does what. I have to search google for almost every next command now if they won't work. I will not be able to figure out if I am the one doing something wrong or the problem is in the tool.
Please fix this .
PS C:\Projects\src\mtk> buffalo info
### Buffalo Version
v0.13.10
### App Information
Pwd=C:\Projects\src\mtk
Root=C:\Projects\src\mtk
GoPath=c:\projects
Name=mtk
Bin=bin\mtk.exe
PackagePkg=mtk
ActionsPkg=mtk/actions
ModelsPkg=mtk/models
GriftsPkg=mtk/grifts
VCS=git
WithPop=true
WithSQLite=false
WithDep=false
WithWebpack=true
WithYarn=true
WithDocker=true
WithGrifts=true
WithModules=false
### Go Version
go version go1.11.2 windows/amd64
### Go Env
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\abc\AppData\Local\go-build
set GOEXE=.exe
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOOS=windows
set GOPATH=c:\projects
set GOPROXY=
set GORACE=
set GOROOT=C:\Go
set GOTMPDIR=
set GOTOOLDIR=C:\Go\pkg\tool\windows_amd64
set GCCGO=gccgo
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOMOD=
set CGO_CFLAGS=-g -O2
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-g -O2
set CGO_FFLAGS=-g -O2
set CGO_LDFLAGS=-g -O2
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Users\abc\AppData\Local\Temp\go-build053890638=/tmp/go-build -gno-record-gcc-switches
### Node Version
v10.13.0
### NPM Version
6.4.1
### Yarn Version
1.12.3
### PostgreSQL Version
PostgreSQL Not Found
### MySQL Version
MySQL Not Found
### SQLite Version
SQLite Not Found
### Dep Version
could not find a Gopkg.toml file
### Dep Status
could not find a Gopkg.toml file
### go.mod
module mtk
This command doesn't work as well. though generate model did work but destroy didn't do anything. infact it didn't even recognize the command.
Please update the documentation. I am already new to development and simple commands not working create a self doubt.
Yes, that's correct. soda
appears to not include the destroy
command while buffalo-pop
does.
As stated in the docs, you should use buffalo pop
(or buffalo-pop pop
if that's not working) instead of soda, that should resolve the problem.
A fix for the initial problem shoud have been implemented in buffalo-plugins
v1.0.9 (gobuffalo/buffalo-plugins@96a6b47).
I also created gobuffalo/gobuffalo#416 for the soda destroy
part.
I get this error when I try to create databases inside mtk.
I tried to reinstall the package and I got so many errors I don't know where to start. I am pasting the entire log. Please at least skim through it.
Now I don't know what to do. I even reinstalled the entire application through scoop (after installing scoop). I even install gcc. But I don't know how to fix it. Please do reply.