I tried to run the start.bat in "..\teknoparrot\SegaTools\minime", it didn't reinstall the dependencies,it just goes through the HOST thing and give me the same error message.
 
	Should I somehow reinstall the minime's dependencies?Could you teach me how?
 
	 
 
	  app:switchboard HOST_EXT: 127.0.0.1 (Service host name sent to clients) +0ms 
	  app:switchboard HOST_INT: 0.0.0.0 (Bind address) +39ms 
	  app:switchboard Using default host names, change them from the .env file if necessary. +2ms 
	Startup OK 
	events.js:352 
	      throw er; // Unhandled 'error' event 
	      ^
 
	Error: listen EACCES: permission denied 0.0.0.0:80 
	    at Server.setupListenHandle [as _listen2] (net.js:1303:21) 
	    at listenInCluster (net.js:1368:12) 
	    at doListen (net.js:1505:7) 
	    at processTicksAndRejections (internal/process/task_queues.js:83:21) 
	Emitted 'error' event on Server instance at: 
	    at emitErrorNT (net.js:1347:8) 
	    at processTicksAndRejections (internal/process/task_queues.js:82:21) { 
	  code: 'EACCES', 
	  errno: -4092, 
	  syscall: 'listen', 
	  address: '0.0.0.0', 
	  port: 80 
	}