1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

check the NodeJS version on startup, closes #105

This commit is contained in:
checktheroads
2021-01-18 14:35:10 -07:00
parent 844958726f
commit a3d9cf4e54
4 changed files with 42 additions and 8 deletions

View File

@@ -13,6 +13,8 @@ METADATA = (__name__, __version__, __author__, __copyright__, __license__)
MIN_PYTHON_VERSION = (3, 6)
MIN_NODE_VERSION = 14
TARGET_FORMAT_SPACE = ("huawei", "huawei_vrpv8")
TARGET_JUNIPER_ASPATH = ("juniper", "juniper_junos")