listen EADDRINUSE: address already in use 127.0.0.1:8000
sudo lsof -i :3000
listen EADDRINUSE: address already in use 127.0.0.1:8000
sudo lsof -i :3000
Error: listen EADDRINUSE: address already in use :::8080
ps aux | grep node //gets all the nodes and list of PID
kill -9 {PID}
include script in html
<script type="text/javascript" src="/path/to/script.js"></script>
include js in html
<html>
<head>
</head>
<body>
<script type="text/javascript" src=es4.js></script>
</body>
</html>
external linking of JavaScript in html
<script type="text/javascript" src="path-to-javascript-file.js"></script>
how to include external javascript in html
<script src="script.js">
Adding external JavaScript to HTML
<script src="filename.js"></script>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us