macbook air 2017を使っています。
ターミナルを使ってNode.jsをインストールしようとしたとき、nodenvはインストールできたのですが、
npmがどうしてもインストールできずエラーが出てしまいます。
以前インストールしようとしてできなかったcoffe scriptが邪魔しているのではと
思ったものの解決方法がわからず…。
https://qiita.com/mdrq/items/b815bd360d46d22ea6d8
↑ここに書かれていることで
$ rm -rf node_modules
$ rm package-lock.json
$ rm -rf ~/.node-gyp/
の削除なども試しましたが結局エラーが出てしまい、非常に困っています。
どうかお力を貸していただけると幸いです。
* 17.0.1 (set by /Users//.nodenv/version) Air:~ $ npm install -g sass npm notice npm notice New major version of npm available! 7.19.1 -> 8.1.2 npm notice Changelog: https://github.com/npm/cli/releases/tag/v8.1.2 npm notice Run npm install -g npm@8.1.2 to update! npm notice npm ERR! code EACCES npm ERR! syscall mkdir npm ERR! path /usr/local/lib/node_modules/sass npm ERR! errno -13 npm ERR! Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/sass' npm ERR! [Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/sass'] { npm ERR! errno: -13, npm ERR! code: 'EACCES', npm ERR! syscall: 'mkdir', npm ERR! path: '/usr/local/lib/node_modules/sass' npm ERR! } npm ERR! npm ERR! The operation was rejected by your operating system. npm ERR! It is likely you do not have the permissions to access this file as the current user npm ERR! npm ERR! If you believe this might be a permissions issue, please double-check the npm ERR! permissions of the file and its containing directories, or try running npm ERR! the command again as root/Administrator. npm ERR! A complete log of this run can be found in: npm ERR! /Users//.npm/_logs/2021-10-29T07_54_48_641Z-debug.log Air:~ $ npm init -y Wrote to /Users//package.json:
回答3件
あなたの回答
tips
プレビュー