import _ from 'lodash';
<!-- begin snippet: js hide: false console: true babel: false -->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.js" ></script>
<script type="module" src="./script.js" defer></script>
<title>Quiz</title>
</head>
I get this error code in the console whenever I try to import lodash and my whole program stops working. Uncaught SyntaxError: Cannot use import statement outside a module