Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
errors: direct people to npm.community instead of github (#20855)
Browse files Browse the repository at this point in the history
PR-URL: #20855
Credit: @zkat
Reviewed-By: @iarna
  • Loading branch information
zkat authored Jun 1, 2018
1 parent cd698f0 commit 7ba3fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/utils/error-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ process.on('exit', function (code) {
log.error('', 'cb() never called!')
console.error('')
log.error('', 'This is an error with npm itself. Please report this error at:')
log.error('', ' <https://github.com/npm/npm/issues>')
log.error('', ' <https://npm.community>')
writeLogFile()
}

Expand Down
2 changes: 1 addition & 1 deletion lib/utils/error-message.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ function errorMessage (er) {
'typeerror',
[
'This is an error with npm itself. Please report this error at:',
' <https://github.com/npm/npm/issues>'
' <https://npm.community>'
].join('\n')
])
break
Expand Down

0 comments on commit 7ba3fca

Please sign in to comment.