Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update error-message.js
Browse files Browse the repository at this point in the history
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
@@ -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',
],

0 comments on commit ee81987

Please sign in to comment.