February 2019
Beginner
694 pages
18h 4m
English
File not found, or 404 errors are generally indicated by console output similar to the following:
Error: Script error for: jquery http://requirejs.org/docs/errors.html#scripterror Error: Load timeout for modules: jasmine-boot http://requires.org/docs/errors.html#timeout
To find out which file is causing the preceding error, switch to the Network tab in your debugger tools and refresh the page. Look for 404 (file not found) errors, as shown in the following screenshot:

In this screenshot, we can see that the call to jquery.js is generating a 404 error, as our file is actually named /Scripts/jquery-2.1.1.js. These sorts of errors ...
Read now
Unlock full access