This is probably because of my minor knowledge on terminal commands and filesystem on Mac OS but I have a really hard time to install a vuejs project.
First I tried to install with WebStorm 2018.1 and with the template for vue projects. I got on error pointing to permission problems.
After that I tried to install with vue init webpack (and sudo -i -u xxx vue init webpack) but got the error - Failed to download repo vuejs-templates/webpack: EPERM: operation not permitted, utime
After that I tried to install with sudo vue init webpack which installed all the files but with root user and I cant edit the files when I am logged in as a user (admin), the files are read only.
Thanks for any help.
node -vnpm -vvue -V.sudostuff, I'd bet you've previously attempted this "fix" for other issues and borked permissions all over. It should usually give you a file location that it failed on - you'll need to fix its perms.