I am unable to run node-red on my computer. This throws an error while starting NR. I uninstalled node.js and npm both and reinstalled again but the problem persists. Please tell me how to overcome this so that my node-red can run smoothly. Thanks in advance.
11 May 17:35:12 - [info] Node-RED version: v1.0.6
11 May 17:35:12 - [info] Node.js version: v12.16.3
11 May 17:35:12 - [info] Windows_NT 10.0.18362 ia32 LE
11 May 17:35:13 - [info] Loading palette nodes
11 May 17:35:14 - [info] Settings file : \Users\Win10.node-red\settings.js
11 May 17:35:14 - [info] Context store : 'default' [module=memory]
11 May 17:35:14 - [info] User directory : \Users\Win10.node-red
11 May 17:35:14 - [warn] Projects disabled : editorTheme.projects.enabled=false
11 May 17:35:14 - [info] Flows file : \Users\Win10.node-red\flows_Win10-PC.json
11 May 17:35:14 - [info] Server now running at http://127.0.0.1:1880/
11 May 17:35:14 - [warn]
Your flow credentials file is encrypted using a system-generated key.
If the system-generated key is lost for any reason, your credentials
file will not be recoverable, you will have to delete it and re-enter
your credentials.
You should set your own key using the 'credentialSecret' option in
your settings file. Node-RED will then re-encrypt your credentials
file using your chosen key the next time you deploy a change.
11 May 17:35:14 - [info] Starting flows
11 May 17:35:14 - [info] Started flows
11 May 17:35:14 - [red] Uncaught Exception:
11 May 17:35:14 - Error: listen EADDRNOTAVAIL: address not available 10.8.0.10:502
at Server.setupListenHandle [as _listen2] (net.js:1296:21)
at listenInCluster (net.js:1361:12)
at doListen (net.js:1500:7)
at processTicksAndRejections (internal/process/task_queues.js:85:21)

