If you're still facing this error on browser-side:
you have to specify type="module" on the script tag
type="module"
<script type="module" src="main.js"></script>