Я впервые установил проект magento2.
Я установил шаблон "luma" и сделал следующие команды:
bin/magento sampledata:deploy bin/magento setup:upgrade bin/magento deploy:mode:set developer php bin/magento setup:static-content:deploy -f
К сожалению, у меня все еще есть проблема с чтением js-файлов с лицевой стороны (как внешнего, так и внутреннего).
GET http://magento.local/static/version1547468917/frontend/Magento/luma/en_US/mage/requirejs/mixins.js net::ERR_ABORTED 404 (Not Found) (index):22 GET http://magento.local/static/version1547468917/frontend/Magento/luma/en_US/requirejs/require.js net::ERR_ABORTED 404 (Not Found) (index):25 GET http://magento.local/static/version1547468917/frontend/Magento/luma/en_US/mage/polyfill.js net::ERR_ABORTED 404 (Not Found) (index):23 GET http://magento.local/static/version1547468917/frontend/Magento/luma/en_US/mage/requirejs/mixins.js net::ERR_ABORTED 404 (Not Found) (index):25 GET http://magento.local/static/version1547468917/frontend/Magento/luma/en_US/mage/polyfill.js 404 (Not Found) (index):65 Uncaught TypeError: require.config is not a function at (index):65
Я пробовал разные решения. Кто-нибудь из вас может мне помочь? Это мой первый мадженто-проект.