Failed to load resource: net::ERR_FILE_NOT_FOUND loading json.js

后端 未结 5 588
既然无缘
既然无缘 2021-02-05 15:39

I am testing an html webpage and it is failing to load a local jquery.json-2.4.0.js. I am testing the html page locally from chrome. When the page loaded I get a net

5条回答
  •  滥情空心
    2021-02-05 15:58

    Sometime when you downloading a project from other people, they might have some special customization. So, in my case I downloaded this project https://github.com/thecodercoder/fem-easybank

    And got these errors: Failed to load resource: net::ERR_FILE_NOT_FOUND That happed because the creator was using the /dist folder customization.

    https://youtu.be/aoQ6S1a32j8?t=309

    SOLUTION: you open Notepad++ press: Ctrl + F for search find all folders that starts with / as in the picture and replace with norma ones like: /dist/ to dist

提交回复
热议问题