We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
私の環境ではなぜかデフォルトではnode_modulesの所有権,ユーザグループがともにrootになっている. npm installする時にchmodかchownする必要があるため,変更して欲しい.
node_modules
root
npm install
chmod
chown
The text was updated successfully, but these errors were encountered:
開発環境には, MacBook Pro Apple M1 Ventura 13.0.1 vscode を利用しています.
権限を書き換えれば問題ないため,本issueの優先順位は低いです.
Sorry, something went wrong.
volumeマウント時に所有権がおかしくなる たぶんこのへんが参考になる Dockerfileはあまりいじりたくない(保守コスト)ので対応はしていない
Dockerfile
一度chownすると以降はコンテナをrebuildしてもvolumeを消しても問題ないので放置してる
気持ち悪いので解決できるならしたい
No branches or pull requests
私の環境ではなぜかデフォルトでは
node_modules
の所有権,ユーザグループがともにroot
になっている.npm install
する時にchmod
かchown
する必要があるため,変更して欲しい.The text was updated successfully, but these errors were encountered: