Skip to content
New issue

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

Bug: pnPm 在 WSL 下安装包,会出现 permission denied 的问题 #112

Open
lauer3912 opened this issue Jun 7, 2022 · 0 comments
Open
Labels
bug Something isn't working 前端技术

Comments

@lauer3912
Copy link
Owner

解决方案:

WSL移除PATH中Windows共享的位置

sudo vim /ect/wsl.conf
[automount]
enabled = true
options = "metadata,uid=1000,gid=1000,umask=0022,fmask=11,case=off"

mountFsTab = true
crossDistro = true
root = /home/ian

[filesystem]
umask = 0022

[network]
generateHosts = true
generateResolvConf = true

[interop]
enabled = true
appendWindowsPath = false
@lauer3912 lauer3912 added bug Something isn't working 前端技术 labels Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 前端技术
Projects
None yet
Development

No branches or pull requests

1 participant