📅  最后修改于: 2022-03-11 14:56:07.730000             🧑  作者: Mango
Go into composer.json
Change this:
"post-install-cmd": [
"@auto-scripts"
],
To this:
"post-install-cmd": [
],
Then you don't run the post install scripts.