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!!!
thank you so much!