0

I am trying to do "npx live-server ." but it failed. It might be the problem of my username(with whitespaces). So that I follow the steps from npm - EPERM mkdir: operation not permitted on Windows. I changed my username in local machine and then run npm config set cache "C:\Users\Firstname~1\AppData\Roaming\npm-cache" --global

but in git bash, it still shows the original username with whitespace. Could anyone help me with this please!!! enter image description here

enter image description here

thank you so much!

Rachael
  • 27
  • 1

1 Answers1

0

You can try running this in terminal by opening it as administrator.enter image description here

BeeBee8
  • 2,944
  • 1
  • 27
  • 39