We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7219e commit 334be0fCopy full SHA for 334be0f
src/node.cc
@@ -2417,7 +2417,7 @@ void DLOpen(const FunctionCallbackInfo<Value>& args) {
2417
"\nwas compiled against a different Node.js version using"
2418
"\nNODE_MODULE_VERSION %d. This version of Node.js requires"
2419
"\nNODE_MODULE_VERSION %d. Please try re-compiling or "
2420
- "re-installing\nthe module (for instance, using `npm rebuild` or"
+ "re-installing\nthe module (for instance, using `npm rebuild` or "
2421
"`npm install`).",
2422
*filename, mp->nm_version, NODE_MODULE_VERSION);
2423
0 commit comments