Answer the question
In order to leave comments, you need to log in
Why is brew giving this error?
When doing any operation with brew (install, update, cleanup...), after completion brew throws an error
Error: Permission denied @ apply2files - /usr/local/lib/node_modules/@vue/cli/node_modules/extglob/lib/.DS_Store
Answer the question
In order to leave comments, you need to log in
Can I go to the /usr/local/lib/node_modules/@vue/cli/node_modules/extglob/lib/ folder and manually delete the .DS_Store file?
To do this, turn on Show Hidden Files in the Finder.
If through the terminal, then I recommend typing sudo -i first and then either manually or run mc.
And finally - look somewhere here for information on how to disable the creation of DS_Store files in Mac os.
Complete
sudo rm /usr/local/lib/node_modules/@vue/cli/node_modules/extglob/lib/.DS_Store
brew doctor
and sudo brew cleanup
. If that doesn't help, check out this issue .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question