Unknown Error of using 'watchify' npm package
I used the codeand got this error in the browser console (see the img)
I'm using
I'm using
watchify npm package to convert it to something that browser understands. and I got this error when I used this code. idk why this error came. I even put "type": "module", in the package.json file and put type="module" in the <script> tag in the html file