| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b1890e0 commit ddd339f
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -814,7 +814,7 @@ function REPLServer(prompt, | |||
| 814 | 814 | ||
| 815 | 815 | if (e && !self[kBufferedCommandSymbol] && cmd.trim().startsWith('npm ')) { | |
| 816 | 816 | self.output.write('npm should be run outside of the ' + | |
| 817 | - 'node REPL, in your normal shell.\n' + | ||
| 817 | + 'Node.js REPL, in your normal shell.\n' + | ||
| 818 | 818 | '(Press Control-D to exit.)\n'); | |
| 819 | 819 | self.displayPrompt(); | |
| 820 | 820 | return; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -372,7 +372,7 @@ const errorTests = [ | |||
| 372 | 372 | { | |
| 373 | 373 | send: 'npm install foobar', | |
| 374 | 374 | expect: [ | |
| 375 | - 'npm should be run outside of the node REPL, in your normal shell.', | ||
| 375 | + 'npm should be run outside of the Node.js REPL, in your normal shell.', | ||
| 376 | 376 | '(Press Control-D to exit.)' | |
| 377 | 377 | ] | |
| 378 | 378 | }, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments