Add log warning if node module required version cannot be satisfied

This commit is contained in:
Nick O'Leary
2016-07-28 15:43:26 +01:00
parent 6a528b5fdb
commit 0ade8ff7a2
4 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
"errors_plural": "Failed to register __count__ node types",
"errors-help": "Run with -v for details",
"missing-modules": "Missing node modules:",
"node-version-mismatch": "Node module cannot be loaded on this version. Requires: __version__ ",
"removing-modules": "Removing modules from config",
"added-types": "Added node types:",
"removed-types": "Removed node types:",