cms:drupal:drupal10try3
差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
| cms:drupal:drupal10try3 [2023/11/26 14:33] – [why-not] king | cms:drupal:drupal10try3 [2023/11/26 21:22] (現在) – [why-not] king | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| ====== Drupal10Try3 ====== | ====== Drupal10Try3 ====== | ||
| + | まず、何がいけないのかじっくりみてみよう。大量にエラーメッセージが吐き出されるが、問題は案外少ないのかもしれない。 | ||
| + | |||
| + | why-notをやってみる。一度やってるが、たくさんメッセージが出て途方にくれたが、一つ一つを見たわけではなかった。 | ||
| ===== why-not ===== | ===== why-not ===== | ||
| <code bash> | <code bash> | ||
| 行 66: | 行 69: | ||
| psr/log (^3.0) | psr/log (^3.0) | ||
| </ | </ | ||
| - | これらは全部coreの中身だから、使用者がどうこうできる内容じゃないよね。となると、うえからの2行目のinsertだけさじょすればいけるのでは?とおもってしまうが、どうでしょうか。 | + | これらは全部coreの中身だから、使用者がどうこうできる内容じゃないよね。となると、うえからの2行目のinsertだけなんとか(削除)すればいけるのでは?とおもってしまうが、どうでしょうか。 |
| ===== insertモジュール削除 ===== | ===== insertモジュール削除 ===== | ||
| + | サイト上でuninstallしたあと、 | ||
| + | <code bash> | ||
| + | $ composer remove drupal/ | ||
| + | ./ | ||
| + | Running composer update drupal/ | ||
| + | Loading composer repositories with package information | ||
| + | Updating dependencies | ||
| + | Lock file operations: 0 installs, 0 updates, 1 removal | ||
| + | - Removing drupal/ | ||
| + | Writing lock file | ||
| + | Installing dependencies from lock file (including require-dev) | ||
| + | Package operations: 0 installs, 0 updates, 1 removal | ||
| + | - Removing drupal/ | ||
| + | Deleting modules/ | ||
| + | Package doctrine/ | ||
| + | Package symfony/ | ||
| + | Generating autoload files | ||
| + | Hardening vendor directory with .htaccess and web.config files. | ||
| + | 46 packages you are using are looking for funding. | ||
| + | Use the `composer fund` command to find out more! | ||
| + | Cleaning vendor directory. | ||
| + | No security vulnerability advisories found. | ||
| + | </ | ||
| + | がしかし、まだ機能拡張には残ってる(composer.jsonには無くなっていたのに)。./ | ||
| + | |||
| + | 削除してしまう。 | ||
| + | |||
| + | |||
| + | |||
| ===== composer update ===== | ===== composer update ===== | ||
| - | 初めてエラーなく動いたのか? | + | https:// |
| + | |||
| + | ==== no-update ==== | ||
| + | < | ||
| + | composer require ' | ||
| + | </ | ||
| + | |||
| + | composer.jsonから、devの記述は前回消してしまったので、このままで | ||
| + | < | ||
| + | composer update | ||
| + | </ | ||
| + | |||
| + | おっ! 初めてエラーなく動いたのか? | ||
| <code bash> | <code bash> | ||
| $ composer update | $ composer update | ||
| 行 247: | 行 291: | ||
| </ | </ | ||
| + | |||
| + | ==== composer install ==== | ||
| + | < | ||
| + | すべてがうまくいけば、エラーは表示されませんし、「インストール、更新、削除するものはありません」も表示されます。 | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | $ composer install | ||
| + | Installing dependencies from lock file (including require-dev) | ||
| + | Verifying lock file contents can be installed on current platform. | ||
| + | Nothing to install, update or remove | ||
| + | Generating autoload files | ||
| + | Hardening vendor directory with .htaccess and web.config files. | ||
| + | 45 packages you are using are looking for funding. | ||
| + | Use the `composer fund` command to find out more! | ||
| + | Scaffolding files for drupal/ | ||
| + | - Copy [web-root]/ | ||
| + | - Copy [web-root]/ | ||
| + | - Copy [web-root]/ | ||
| + | - Copy [web-root]/ | ||
| + | - Copy [web-root]/ | ||
| + | * Homepage: https:// | ||
| + | * Support: | ||
| + | * docs: https:// | ||
| + | * chat: https:// | ||
| + | Cleaning vendor directory. | ||
| + | </ | ||
| + | |||
| + | エラーなく終了 | ||
| + | |||
| + | [[drupal10try3cont]] | ||
| + | |||
cms/drupal/drupal10try3.1700976820.txt.gz · 最終更新: by king
