I introduced js, into html
<body>
<script type="text/javascript" src="../../../libs/analytics-pc.js"></script>
</body>
the following error occurred:
GET http://localhost:8080/libs/analytics-pc.js net::ERR_ABORTED 404 (Not Found)
localhost/:1 Refused to execute script from "http://localhost:8080/libs/analytics-pc.js" because its MIME type ("text/html") is not executable, and strict MIME type checking is enabled.
There is no error in the path. What is the cause of the error?