The Mix manifest does not exist when it does exist

后端 未结 10 1876
醉酒成梦
醉酒成梦 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:19

    i have same problem as questioner: manifest does not exist for solving it what i have done is ran 2 commands as following:

    npm install
    

    and then

    npm run dev
    

    and the error is solved now. yippi.

提交回复
热议问题