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.