diff --git a/src/node.cc b/src/node.cc index 5a2b4843bed..5c11cfd0961 100644 --- a/src/node.cc +++ b/src/node.cc @@ -2417,7 +2417,7 @@ void DLOpen(const FunctionCallbackInfo& args) { "\nwas compiled against a different Node.js version using" "\nNODE_MODULE_VERSION %d. This version of Node.js requires" "\nNODE_MODULE_VERSION %d. Please try re-compiling or " - "re-installing\nthe module (for instance, using `npm rebuild` or" + "re-installing\nthe module (for instance, using `npm rebuild` or " "`npm install`).", *filename, mp->nm_version, NODE_MODULE_VERSION);