Open1
Node.js + npm環境構築メモ2023
$ npm doctor
でPermission Errorが出力される場合
対象メッセージ
$ npm doctor
Perms check on cached files not ok Check the permissions of files in /Users/shoichiro/.npm (should be owned by current user)
解決策
- 公式ドキュメントには、2つの解決策が記載されている
-
nvm
やn
でnodeとnpmをインストールする(し直す) - デフォルトディレクトリをホームディレクトリに指定し直す
-