refuse to enable palette if npm too old

This commit is contained in:
Dave Conway-Jones
2018-11-14 18:29:27 +00:00
parent 20a31a6d38
commit 514e31aef9
2 changed files with 9 additions and 3 deletions

View File

@@ -13,7 +13,8 @@
"loading": "Loading palette nodes",
"palette-editor": {
"disabled": "Palette editor disabled : user settings",
"npm-not-found": "Palette editor disabled : npm command not found"
"npm-not-found": "Palette editor disabled : npm command not found",
"npm-too-old": "Palette editor disabled : npm version too old - please update"
},
"errors": "Failed to register __count__ node type",
"errors_plural": "Failed to register __count__ node types",