Для решения см. Ниже
Он работал вчера, но я не знаю, что с ним случилось.
NPM не устанавливает пакет. Имя хоста /IP-адрес не соответствует именам сертификатов:
Хост: registry.npmjs.org. не находится в именах cert: DNS: a.sni.fastly.net, DNS: a.sni.global-ssl.fastly.net
Это то, что я пытался сделать:
>> ROOT: } npm install
up to date in 1.797s
>> ROOT: } npm install express-messages
npm ERR! request to https://registry.npmjs.org/express-messages failed, reason: Hostname/IP doesn't match certificate altnames: "Host: registry.npmjs.org. is not in the cert altnames: DNS:a.sni.fastly.net, DNS:a.sni.global-ssl.fastly.net"
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/prashant/.npm/_logs/2018-09-01T11_54_09_205Z-debug.log
>> ROOT: }
Я прочитал все статьи/проблемы, которые я смог найти, а также повторно установил Node.js и npm, но после этого у меня тоже такая проблема.
ОС: macOS v10.12 (Sierra) (16A323)
ЖУРНАЛОВ
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli 'express-messages' ]
2 info using [email protected]
3 info using [email protected]
4 verbose npm-session 54f0308df52fc8a7
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData error for [email protected] request to https://registry.npmjs.org/express-messages failed, reason: Hostname/IP doesn't match certificate altnames: "Host: registry.npmjs.org. is not in the cert altnames: DNS:a.sni.fastly.net, DNS:a.sni.global-ssl.fastly.net"
8 verbose type system
9 verbose stack FetchError: request to https://registry.npmjs.org/express-messages failed, reason: Hostname/IP doesn't match certificate altnames: "Host: registry.npmjs.org. is not in the cert altnames: DNS:a.sni.fastly.net, DNS:a.sni.global-ssl.fastly.net"
9 verbose stack at ClientRequest.req.on.err (/usr/local/lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/src/index.js:68:14)
9 verbose stack at emitOne (events.js:116:13)
9 verbose stack at ClientRequest.emit (events.js:211:7)
9 verbose stack at TLSSocket.socketErrorListener (_http_client.js:387:9)
9 verbose stack at emitOne (events.js:116:13)
9 verbose stack at TLSSocket.emit (events.js:211:7)
9 verbose stack at emitErrorNT (internal/streams/destroy.js:64:8)
9 verbose stack at _combinedTickCallback (internal/process/next_tick.js:138:11)
9 verbose stack at process._tickCallback (internal/process/next_tick.js:180:9)
10 verbose cwd /Users/prashant/Desktop/NodeJs-login-registration
11 verbose Darwin 16.0.0
12 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "express-messages"
13 verbose node v8.11.4
14 verbose npm v5.6.0
15 error request to https://registry.npmjs.org/express-messages failed, reason: Hostname/IP doesn't match certificate altnames: "Host: registry.npmjs.org. is not in the cert altnames: DNS:a.sni.fastly.net, DNS:a.sni.global-ssl.fastly.net"
16 verbose exit [ 1, true ]
Ссылка на изображение BROWSER: https://imgur.com/a/pBANqtQ
Но я уже пытался изменить настройку SSL npm config ls -l
на npm set strict-ssl false
.
Он держится на этой ссылке: https://imgur.com/9LasDKT
И затем эта ошибка: https://imgur.com/ARXj9v3
Обновить
Мое приложение работает нормально. Просто я не могу установить пакеты https://imgur.com/mvKOZeq
Существует новая ошибка, возникающая при попытке остановить сервер (Примечание: я изменил настройку SSL, как упоминалось выше, если это что-то связано с этим) https://imgur.com/yPKq0n5
>> ROOT: } npm start
> [email protected] start /Users/prashant/Desktop/NodeJs-login-registration
> nodemon app.js
[nodemon] 1.18.4
[nodemon] to restart at any time, enter 'rs'
[nodemon] watching: *.*
[nodemon] starting 'node app.js'
Remember : start mongoDB demon --> mongod && mongo
-- Server live : 3000 --
Connected to DB : SUCCESS
^Cnpm ERR! code ELIFECYCLE
npm ERR! errno 130
npm ERR! [email protected] start: 'nodemon app.js'
npm ERR! Exit status 130
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/prashant/.npm/_logs/2018-09-01T13_10_55_028Z-debug.log
>> ROOT: }
Журналы: когда я останавливаю сервер
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle [email protected]~prestart: [email protected]
6 info lifecycle [email protected]~start: [email protected]
7 verbose lifecycle [email protected]~start: unsafe-perm in lifecycle true
8 verbose lifecycle [email protected]~start: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/prashant/Desktop/NodeJs-login-registration/node_modules/.bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Frameworks/Python.framework/Versions/3.6/bin
9 verbose lifecycle [email protected]~start: CWD: /Users/prashant/Desktop/NodeJs-login-registration
10 silly lifecycle [email protected]~start: Args: [ '-c', 'nodemon app.js' ]
11 silly lifecycle [email protected]~start: Returned: code: 130 signal: null
12 info lifecycle [email protected]~start: Failed to exec start script
13 verbose stack Error: [email protected] start: 'nodemon app.js'
13 verbose stack Exit status 130
13 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:285:16)
13 verbose stack at emitTwo (events.js:126:13)
13 verbose stack at EventEmitter.emit (events.js:214:7)
13 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack at emitTwo (events.js:126:13)
13 verbose stack at ChildProcess.emit (events.js:214:7)
13 verbose stack at maybeClose (internal/child_process.js:925:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
14 verbose pkgid [email protected]
15 verbose cwd /Users/prashant/Desktop/NodeJs-login-registration
16 verbose Darwin 16.0.0
17 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
18 verbose node v8.11.4
19 verbose npm v5.6.0
20 error code ELIFECYCLE
21 error errno 130
22 error [email protected] start: 'nodemon app.js'
22 error Exit status 130
23 error Failed at the [email protected] start script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 130, true ]
,
,
,
Я нашел решение, которое сработало для меня
dig www.npmjs.com @1.1.1.1
-
Добавьте IP-адрес в файл
/etc/hosts
.Перейдите в этот каталог и выполните
sudo nano hosts
.
И добавьте это в файл хоста: 1.1.1.1 a.sni.fastly.net.