npm は従来の debian パッケージに含まれていないため、root アカウントを使用して、このように Debian9 に nodejs と npm をインストールしました。
curl -sL https://deb.nodesource.com/setup_8.x | bash -
.../...
## Run `apt-get install nodejs` (as root) to install Node.js v8.x and npm
:~#
:~# apt-get install -y nodejs
npm を使用していくつかのモジュールをインストールするか、npm の更新を行いたいのですが、このエラー メッセージが表示されます
:~# npm cache clean -f
npm WARN using --force I sure hope you know what you are doing.
:~# npm install -g npm
npm ERR! code ERR_INVALID_OPT_VALUE
npm ERR! The value "4294967295" is invalid for option "family"
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2018-03-29T11_17_37_357Z-debug.log
デバッグ ログ ファイルへのリンク: Justpasteit
助けてくれてありがとう