在新流程安装上,即在复制现有网站并启动" composer install"成功的时候,当我执行" flow"命令,我得到以下错误:
#top_div {
display: block;
width: 100vw;
height: 100vh;
}
#top_div img {
width: 100%;
max-width: ..px //up to you
height: auto; //keep the original width/height ratio
}
#top_div h1 {
font-size: 10vw //play with these numbers to get the ratios right
}
#top_div h3 {
font-size: 8vw //play with these numbers to get the ratios right
}
我真的不知道该做什么或导致这个问题的原因。网上也没有发现任何东西。
答案 0 :(得分:2)
我不得不删除PackageStates.php文件,然后一切正常。
答案 1 :(得分:0)
我最近也遇到过这个问题(同事也是如此)。删除Packages/Libraries/doctrine/common
并运行composer install
解决了问题。