[Vuejs]-Failed to download repo vuejs-templates/webpack: EACCES: permission denied, mkdir '/.vue-templates'

0👍

After some tries, I realized that I need to remove that part of the command: -u "$(id -u)". Now it works properly.

So, it should be:
alias vuejs='docker run -it --rm -v "$PWD":"$PWD" -w "$PWD" ebiven/vue-cli vue'

Leave a comment