Fixed it on Linux deleting this folder:~/.local/share/pnpm/store/v3/files rm -r ~/.local/share/pnpm/store/v3/files Fixed for me, thank you! Different version for me, ~/.local/share/pnpm/store/v10/files (there's an index in there too, but doesn't seem to make any difference),...
What command is used to change permissions in Linux? To change a file or folder’s permissions in Linux, use thechmodcommand. The syntax ischmod [option] [mode] [item]. Option modifies your command behavior, mode specifies the new permissions, while item refers to the file or folder you ...