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

Commit 7ba3fca

Browse files
authored
errors: direct people to npm.community instead of github (#20855)
PR-URL: #20855 Credit: @zkat Reviewed-By: @iarna
1 parent cd698f0 commit 7ba3fca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: lib/utils/error-handler.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ process.on('exit', function (code) {
5757
log.error('', 'cb() never called!')
5858
console.error('')
5959
log.error('', 'This is an error with npm itself. Please report this error at:')
60-
log.error('', ' <https://github.com/npm/npm/issues>')
60+
log.error('', ' <https://npm.community>')
6161
writeLogFile()
6262
}
6363

Diff for: lib/utils/error-message.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ function errorMessage (er) {
348348
'typeerror',
349349
[
350350
'This is an error with npm itself. Please report this error at:',
351-
' <https://github.com/npm/npm/issues>'
351+
' <https://npm.community>'
352352
].join('\n')
353353
])
354354
break

0 commit comments

Comments
 (0)