node.jsのパッケージ管理をHomebrewからnodebrewに移行するための前準備
npmのアンインストール
1 2 3 4 5 6 7 8 9 |
$ cd /usr/local/lib $ npm uninstall npm - abbrev@1.0.7 node_modules/npm/node_modules/abbrev - ansi-regex@2.0.0 node_modules/npm/node_modules/ansi-regex - ansicolors@0.3.2 node_modules/npm/node_modules/ansicolors ... - write-file-atomic@1.1.4 node_modules/npm/node_modules/write-file-atomic - npm@3.6.0 node_modules/npm |
1 2 |
$ brew uninstall --force node Uninstalling node... (31,538 files, 340.8M) |