Skip to content

Commit

Permalink
Update error-message.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys authored May 13, 2024
1 parent a2e85da commit ee81987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/error-message.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ const getError = (err, { npm, command, pkg }) => {
suppressError: true,
standard: [
`Unknown command: "${err.command}"`,
suggestions ? `\n\n${suggestions}` : '',
suggestions,
'To see a list of supported npm commands, run:',
' npm help',
],
Expand Down

0 comments on commit ee81987

Please sign in to comment.