Base solution for your next web application
Open Closed

Build failed Asp.net core mvc + Jquery #8844


User avatar
0
mahendra created

I have download new code with Asp.net core MVC + Jquery and bulid in VS19. But getting some error in broswer . plz look in image .

One more issue don't have find libman.json and Restore Client-Side Libraries. have falid .

dotnet tool install -g Microsoft.Web.LibraryManager.CLI


4 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @mahendra

    AspNet Zero doesn't use libman. You need to first run yarn and then npm run create-bundles commands in the root directory of your MVC project. Or you can follow https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Getting-Started-Core

  • User Avatar
    0
    mahendra created

    Hi , I have follow same step but error still coming .

    but same error coming ..

    Thanks Surya

  • User Avatar
    0
    mahendra created

    One more issue getting

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    As I can see, you have runned yarn command but I can't see running "npm run create-bundles" command. Did you also run this command ?

    Thanks,