Used Node 16 and prevented soctet error from starting (#402)
This commit is contained in:
parent
5fe51a9c0c
commit
1f60e70ef3
2 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,6 @@ func (s *Server) startLocalModeServer() error {
|
|||
// TODO: Close and delete socket file on shutdown
|
||||
if err := syscall.Unlink(s.config.LocalModeSocketLocation); err != nil {
|
||||
log.Print("Unable to unlink socket.", err)
|
||||
return err
|
||||
}
|
||||
|
||||
socket := s.config.LocalModeSocketLocation
|
||||
|
|
1
webapp/.nvmrc
Normal file
1
webapp/.nvmrc
Normal file
|
@ -0,0 +1 @@
|
|||
v16.1.0
|
Loading…
Reference in a new issue