Wordpress roots/sage 安装选项不起作用
Wordpress roots/sage installation options not working
我已经在我的 wordpress 上安装了 sage,但是无法选择 sage docs 所说的选项
During theme installation you will have the options to:
- Update theme headers (theme name, description, author, etc.)
- Select a CSS framework (Bootstrap, Foundation, Tachyons, none)
- Add Font Awesome
- Configure Browsersync (path to theme, local development URL)
C:\php7\htdocs\blog\wp-content\themes>composer create-project roots/sage foundat
ion 8.5.3
Installing roots/sage (8.5.3)
- Installing roots/sage (8.5.3): Loading from cache
Created project in foundation
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
- Installing composer/installers (v1.4.0): Loading from cache
Writing lock file
Generating autoload files
我成功激活了 wordpress 仪表板上的基础主题。我错过了什么吗?
您正在阅读 sage 9.x 的文档,但安装的是 8.5.3,这是一个完全不同的设置,没有上述功能。 Sage 9 只能在 运行 PHP 7.x 及以上时安装。
如果您只是使用没有版本号的同一个 composer 命令,您应该获取最新版本。
安装 sage 9 后仍然无法选择选项,因为 Windows 平台不支持 TTY 模式。
要解决这个问题,运行 在您的主题目录中执行这些命令:
./vendor/bin/sage meta
./vendor/bin/sage config
./vendor/bin/sage preset
我已经在我的 wordpress 上安装了 sage,但是无法选择 sage docs 所说的选项
During theme installation you will have the options to:
- Update theme headers (theme name, description, author, etc.)
- Select a CSS framework (Bootstrap, Foundation, Tachyons, none)
- Add Font Awesome
- Configure Browsersync (path to theme, local development URL)
C:\php7\htdocs\blog\wp-content\themes>composer create-project roots/sage foundat
ion 8.5.3
Installing roots/sage (8.5.3)
- Installing roots/sage (8.5.3): Loading from cache
Created project in foundation
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
- Installing composer/installers (v1.4.0): Loading from cache
Writing lock file
Generating autoload files
我成功激活了 wordpress 仪表板上的基础主题。我错过了什么吗?
您正在阅读 sage 9.x 的文档,但安装的是 8.5.3,这是一个完全不同的设置,没有上述功能。 Sage 9 只能在 运行 PHP 7.x 及以上时安装。
如果您只是使用没有版本号的同一个 composer 命令,您应该获取最新版本。
安装 sage 9 后仍然无法选择选项,因为 Windows 平台不支持 TTY 模式。
要解决这个问题,运行 在您的主题目录中执行这些命令:
./vendor/bin/sage meta
./vendor/bin/sage config
./vendor/bin/sage preset