Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
^
ログが乱雑になるため、このモジュールのツリーを削除したいと考えています。それを行う方法はありますが、潜在的な非推奨の警告またはエラーを保持しますか?
お試しくださいnpm install --depth=0(絞り込みます)
npm install --depth=0
--quiet動作していないようです--silent(npm リポジトリで問題が発生しました: https://github.com/npm/npm/issues/2040 )
--quiet
--silent