yandeu / docker-swarm-visualizer

🐋 A Visualizer for Docker Swarm using the Docker Engine API and Node.js.
Other
35 stars 9 forks source link

Lock typescript version #1

Closed martadinata666 closed 2 years ago

martadinata666 commented 2 years ago

As typescript 4.3.4++ result error on compile, "Object is of type 'unknown'.ts(2571)" either fix code, or lock typescript at exact 4.3.4

yandeu commented 2 years ago

Thanks.

If you want you can make a PR and transform all catch (err) to catch (err: any)?