NizareDam

Results 2 comments of NizareDam

I had the same issue, AxiosError: Request failed with status code 503 My npm command is trying to reach distant server.

I finally solved the issue, it was for sure a proxy issue. ```yaml - npm config set noproxy "..net" - npm config get proxy - npm config set proxy ""...