Questions about Requirejs referencing files

Questions about Requirejs referencing files

NanCssNanCss Posts: 3Questions: 3Answers: 0

The error is as follows:

Get Http://localhost:63342/IM-front-end/app/im/js/datatables.net-buttons.js 404 (Not Found)
Uncaught Error:Script error for "datatables.net-buttons", needed by:angularColvisMin
Http://requirejs.org/docs/errors.html#scripterror
Get Http://localhost:63342/IM-front-end/app/im/js/datatables.net-bs.js
UncaughtError:Scripterrorfor"datatables.net-bs",neededby:angularColvisMinhttp://requirejs.org/docs/errors.html#scripterror

Get Http://localhost:63342/IM-front-end/app/im/js/datatables.net.js
Uncaught Error:Script error for "datatables.net", needed By:dataTablesFixedHeader
Http://requirejs.org/docs/errors.html#scripterror

I want to know what the problem is and how to solve it.Thank you very much.

Answers

  • allanallan Posts: 63,881Questions: 1Answers: 10,530 Site admin

    The forum rules are really simple. The ask you not to post duplicates and to post a link to a test case showing the issue.

    This is the third thread about require JS issues from yourself and none have included a test case.

    I'll close the other two. If you would like to receive some help here, please link to a test case showing the issue.

    Allan

This discussion has been closed.