cms:drupal:drupal10try3
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
cms:drupal:drupal10try3 [2023/11/26 14:39] – [composer update] 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モジュール削除 ===== | ||
行 288: | 行 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.1700977174.txt.gz · 最終更新: 2023/11/26 14:39 by king