The Mix manifest does not exist when it does exist

后端 未结 10 1857
醉酒成梦
醉酒成梦 2020-12-23 20:56

For my admin panel I extract all the assets including the manifest-json.js to mix.setPublicPath(path.normalize(\'public/backend/\')).

All t

10条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-23 21:07

    i solved my problem running this command

    npm install
    

    and then

    npm run production
    

    Thank You.

提交回复
热议问题