npm güncellemesi bozuldu, bunu nasıl düzeltebilirim?


0

Güncelleme zamanı geldiğine karar verdim node ve npm sürümleri. Bu sürümleri vardı:

$ node -v
v6.9.4

$ npm -v
5.5.1

Koştum brew upgrade node çünkü elbette bir Mac'tayım.

Düzeltmek için aşağıdaki hataları ve önerileri aldım:

==> Pouring node-9.3.0_1.sierra.bottle.tar.gz
Warning: The post-install step did not complete successfully
You can try again using `brew postinstall node`
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d
==> Summary
🍺  /usr/local/Cellar/node/9.3.0_1: 5,125 files, 49.6MB
danales-MacBook-Pro:Projects danale$ node -v
v6.9.4
danales-MacBook-Pro:Projects danale$ npm -v
module.js:471
    throw err;
    ^

Error: Cannot find module '../lib/utils/unsupported.js'
    at Function.Module._resolveFilename (module.js:469:15)
    at Function.Module._load (module.js:417:25)
    at Module.require (module.js:497:17)
    at require (internal/module.js:20:19)
    at /usr/local/lib/node_modules/npm/bin/npm-cli.js:19:21
    at Object.<anonymous> (/usr/local/lib/node_modules/npm/bin/npm-cli.js:92:3)
    at Module._compile (module.js:570:32)
    at Object.Module._extensions..js (module.js:579:10)
    at Module.load (module.js:487:32)
    at tryModuleLoad (module.js:446:12)

Teşebbüs ettiğimde brew postinstall node, Bu hatayı aldım:

$ brew postinstall node
==> Postinstalling node
Error: Permission denied @ rb_sysopen - /usr/local/lib/node_modules/npm/BROKEN.org

Bir izin hatası gibi görünüyor, ancak bunun nasıl çözüleceği konusunda net değilim.

Yanıtlar:


0

Çok fazla deneme yanılma sonrasında tamamen kaldırıldım node üzerinden brew uninstall --force node ve sonra koştu brew install node.

Sonra koştum curl -L https://www.npmjs.org/install.sh | sh

Yüklenen her iki sürümde de yorum yapıldı:

$ npm -v
5.6.0

$ node -v
v9.3.0
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.