我无法在magento 2中重建索引.谷歌之后,我得到了解决方案,我们可以使用shell命令重新索引
php dev/shell/indexer.php reindexall
Run Code Online (Sandbox Code Playgroud)
但它给出了错误
Could not open input file: dev/shell/indexer.php
Run Code Online (Sandbox Code Playgroud)
因为我在dev中看不到shell文件夹.