how do i fix this vue error #7373
-
when i run Vue CLI v5.0.8 Vue CLI v5.0.8 npm ERR! code EACCES npm ERR! A complete log of this run can be found in: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
the solution lies within the error message lol! npm ERR! To permanently fix this problem, please run: just type in sudo chown -R 501:20 "/Users/-----your user name-----/.npm" |
Beta Was this translation helpful? Give feedback.
the solution lies within the error message lol!
npm ERR! To permanently fix this problem, please run:
npm ERR! sudo chown -R 501:20 "/Users/elijahpereira/.npm"
just type in sudo chown -R 501:20 "/Users/-----your user name-----/.npm"