How to Solve Vite manifest not found at Error In Laravel 9 without installing npm

Поделиться
HTML-код
  • Опубликовано: 6 авг 2022
  • I just feel this will help someone because I encountered this issue and the solutions I saw online just all about installing npm which I didn't want since the application was made for a server that doesn't support npm/node js
    You can solve Vite manifest not found error in Laravel 9 without you installing npm.
    1. Open your Laravel Project
    2. Go to resources folder
    3. Open views folder
    4. Open layouts folder
    5. Open app.blade.php file
    6. Check the head tag and remove this:
    @vite(['resources/sass/app.scss', 'resources/js/app.js'])
    7. Save the file and refresh your browser

Комментарии • 28

  • @Tessy_foodies
    @Tessy_foodies Год назад

    Thank you... it was of help to me. Was searching for best way to solve that within installing NPM.

  • @vaskomarinov7042
    @vaskomarinov7042 Год назад

    THANK YOU BRO! GOD BLESS YOU! YOU SAVED ME BUNCH OF TIME AND STRESS!

  • @brianabale8428
    @brianabale8428 Год назад

    Thanks bro this saved me loads of stress kudos thumbs up

  • @MUHAMMADSHOAIB-ol8cl
    @MUHAMMADSHOAIB-ol8cl 10 месяцев назад

    thanks a lot bro it's really helpfull i waste a lots of hours to solve but u solve it in just a mint thanks .. keep shining

  • @mbuyukpolat
    @mbuyukpolat Год назад

    Thank yo bro. I watched video and I solved my error. From Turkey.

  • @marmonilhobi7130
    @marmonilhobi7130 Год назад

    thank you so much.watching your video ,I have solved my error.I am from bangladashi

  • @marwadlshad2469
    @marwadlshad2469 Год назад

    Thanks a lot I really needed this video

  • @saqibjaved7744
    @saqibjaved7744 Год назад +3

    waste of time, if you can not fix it then comment it , Whf

  • @CyrusHessou
    @CyrusHessou Год назад

    Thanks you for sharing 🙂

  • @itbgsports3646
    @itbgsports3646 Год назад

    MUCHAS GRACIAS!!

  • @ssentongohenryatanus4917
    @ssentongohenryatanus4917 4 месяца назад

    For this reason I have given you a subscription

  • @karimmazen-zs2zf
    @karimmazen-zs2zf 2 месяца назад

    thank you bro love u
    so much

  • @imhere458
    @imhere458 Год назад

    thank you so much

  • @wahibomer1176
    @wahibomer1176 6 месяцев назад

    Thank you sooooooooooooooooo much bro

  • @aroosafayaz2204
    @aroosafayaz2204 Год назад

    thanks it fix the error from pakistan

  • @fridawale1305
    @fridawale1305 Год назад +2

    I never wanted to comment, but this video does not solve the problem. what about if you are using inertia js. your app will not load. in my case, i try to change the build directory when i got this error same error. instead of removing that code, just add
    build: {
    manifest: true,
    outDir: '../build', //this build is what vite is looking for
    },
    so just in case, you change your build directory like me, just make sure you add the build to it

    • @asayentelbah
      @asayentelbah Год назад

      So in which file do you input this function ?

    • @krakerbrain
      @krakerbrain Год назад

      This answer is correct. Sorry for my english, but you need run `npm run build` this command create a folder in public folder named "build", you need upload this folder to your project and don't need delete the line of this video.

    • @rafikanaim53
      @rafikanaim53 2 месяца назад

      no work

  • @sajaniupeksha3070
    @sajaniupeksha3070 Год назад

    😍

  • @shashikantadas6966
    @shashikantadas6966 Год назад

    nice solution

  • @ariffareed6319
    @ariffareed6319 Год назад

    thanx

  • @drenyl6491
    @drenyl6491 Год назад

    seriously bro?

  • @stormcasted2574
    @stormcasted2574 10 месяцев назад

    i might love you

  • @benmcmullan718
    @benmcmullan718 2 месяца назад +1

    This doesn't solve anything, you're just removing vite from your project 🤣

  • @eling2000
    @eling2000 Год назад

    No joda