- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
尝试在Go Path中启动新的Buffalo项目时,出现此错误,在搜索中,我没有在文档中或在其他论坛上的其他问题中看到对此错误的任何引用。我尝试过使用不同形式的不同名称,但是总是会遇到相同的错误,并且我不知道为什么。 (没有水牛的尝试名称)
ERRO[0000] Error: name buffalodevn is not allowed, try a different application name
-> Go: Checking installation
✓ The `go` executable was found on your system at: /usr/local/go/bin/go
-> Go: Checking minimum version requirements
✓ Your version of Go, 1.13.4, meets the minimum requirements.
-> Go: Checking GOPATH
✓ You are using Go Modules, so no need to worry about the GOPATH.
-> Go: Checking Package Management
✓ You are using Go Modules (`go`) for package management.
-> Go: Checking PATH
✓ Your PATH contains /home/alexmerced/go/bin.
-> Node: Checking installation
✓ The `node` executable was found on your system at: /usr/bin/node
-> Node: Checking minimum version requirements
✓ Your version of Node, v12.13.1, meets the minimum requirements.
-> NPM: Checking installation
✓ The `npm` executable was found on your system at: /usr/bin/npm
-> NPM: Checking minimum version requirements
✓ Your version of NPM, 6.13.4, meets the minimum requirements.
-> Yarn: Checking installation
✘ The `yarnpkg` executable could not be found on your system.
For help setting up your Yarn environment please follow the instructions for you platform at:
https://yarnpkg.com/en/docs/install
-> PostgreSQL: Checking installation
✘ The `postgres` executable could not be found on your system.
For help setting up your Postgres environment please follow the instructions for you platform at:
https://www.postgresql.org/download/
-> MySQL: Checking installation
✘ The `mysql` executable could not be found on your system.
For help setting up your MySQL environment please follow the instructions for you platform at:
https://www.mysql.com/downloads/
-> SQLite3: Checking installation
✓ The `sqlite3` executable was found on your system at: /usr/bin/sqlite3
-> SQLite3: Checking minimum version requirements
✓ Your version of SQLite3, 3.29.0, meets the minimum requirements.
-> Cockroach: Checking installation
✘ The `cockroach` executable could not be found on your system.
For help setting up your Cockroach environment please follow the instructions for you platform at:
https://www.cockroachlabs.com/docs/stable/
-> Buffalo (CLI): Checking installation
✓ The `buffalo` executable was found on your system at: /usr/local/bin/buffalo
-> Buffalo (CLI): Checking minimum version requirements
✓ Your version of Buffalo (CLI), v0.15.3, meets the minimum requirements.
-> Buffalo: Application Details
Pwd /home/alexmerced
Root /home/alexmerced
GoPath /home/alexmerced/go
PackagePkg alexmerced
ActionsPkg alexmerced/actions
ModelsPkg alexmerced/models
GriftsPkg alexmerced/grifts
WithModules true
Name alexmerced
Bin bin/alexmerced
VCS
WithPop false
WithSQLite false
WithDep false
WithWebpack false
WithNodeJs false
WithYarn false
WithDocker false
WithGrifts false
AsWeb true
AsAPI false
InApp false
PackageJSON {map[]}
最佳答案
由于存在相同的问题,我找到了您的问题,并寻找了解决方案...然后,我查看了源代码并发现:
fb := append(opts.ForbiddenNames, "buffalo", "test", "dev")
关于go - 转到Buffalo : ERRO[0000] Error: name buffalodevn is not allowed,尝试使用其他应用程序名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59438153/
在尝试使用 buffalo-pop/pop/popmw Transaction 中间件时,我没有成功写入数据库。没有返回错误,调试输出显示 SQL 语句,但更新和插入未提交。 处理程序看起来像: fu
我已经使用以下命令在 Buffalo 中生成了一个资源: buffalo g resource 我意识到我在这个资源生成中犯了一个错误,我该怎么办 撤销资源的生成? 删除/销毁资源? 我在 Buf
有没有办法调试单个 ActionSuite在像 Goland 或 VSCode 这样的 IDE 中测试?非常感谢您的帮助! 最佳答案 从 GoLand 2018.3(release candidate
如何在 Buffalo 中执行原始 SQL 查询,而不必使用 sqlx 建立自己的数据库连接? 澄清一下:我在 database.yml 中定义了我的数据库连接,但此时我不想使用 Pop 模型。 最佳
我正在尝试使用 TOML 固定装置在 Go Buffalo 框架中植入我的开发数据库。但是,我无法找到有关如何执行此操作的清晰示例或文档。 最佳答案 要为数据库添加种子,您可以使用 grifts。创建
我正在布法罗建立一个博客网站,但遇到了一些问题。我在 app.go 中有以下路线: b := BlogsResource{} blogGroup := app.Group("/blog") blogG
我是第一次尝试 buffalo。 我手动安装了先决条件而不是使用 scoop,因为我不知道 scoop 会把东西放在哪里: https://www.stuartellis.name/articles/
我正在尝试让/rs/cors 包与最新的 Buffalo 作为 Preware 一起工作,根据最近的博客文章(https://blog.gobuffalo.io/buffalo-v0-9-4-rele
在 go buffalo 中,有一个生成的 .gitignore 文件忽略了 public/assets。然而,与此同时,生成的 css 和 js 对于获得“真正的”buffalo 应用程序至关重要。
我正在尝试使用 Buffalo 将 Elastic APM 和 Sentry 集成到我的网站中。有趣的文件如下: handlers/sentryHandler.go package handlers
我正在尝试创建一个接受正在运行的配置的自定义 Buffalo (gobuffalo) 中间件。问题是我无法通过此错误跳过中间件功能: actions/app.go:63:22: 不能在 app.Mid
我知道的选项是, 从getContents获取quilljs的内容提供 JSON 结构的 api。我可以将其发布到服务器并将其存储在服务器中。 获取 div 的 innerHTML传递给 Quill
我在尝试构建 Go Buffalo 网络应用程序时遇到问题。我基本上在前端有一个标准表单,单击该表单应该会向用户推特帐户发送一条推文。这样做时出现“500: CSRF Not found”。我正在使用
我是 Golang 和 Buffalo 的初学者。我正在尝试使用 https://github.com/gobuffalo/authrecipe 中的 authrecipe 创建密码身份验证服务.但是
这个问题在这里已经有了答案: GO111MODULE=on (error loading module requirements) (1 个回答) 关闭 3 年前。 我在尝试安装 buffalo 时
我运行的是 Ubuntu 19.10 和 Go 1.13.4。 我按照此处的说明安装了 gobuffalo:https://gobuffalo.io/en/docs/getting-started/i
我是一名优秀的程序员,十分优秀!