function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shivani Tanwar 6Shivani Tanwar 6 

Faced issue in installing sfdx plugins:install @salesforce/lwc-dev-server

i am trying to view component locally in vs code but when i run sfdx plugins:install @salesforce/lwc-dev-server this command i get error

C:\HelloWorldLightningWebComponen>sfdx plugins:install @salesforce/lwc-dev-server

Error: connect ETIMEDOUT 199.232.45.145:443
Code: ETIMEDOUT
how to rectify this??plz help me out
ShivankurShivankur (Salesforce Developers) 
Hi Shivani,

You can try to connecting to mobile internet and check the behavior if it has any effect with any proxies from the machine.

If it works well with other internet connection like mobile internet then you might need to disable routers firewall and check the behavior.Since,the problem could have caused because you are behind a proxy.

Similar threads:
https://stackoverflow.com/questions/28722515/etimedout-error-while-installing-node-packages-on-windows
https://salesforce.stackexchange.com/questions/186953/salesforce-dx-cli-connect-timedout

Hope above information helps, Please mark as Best Answer so that it can help others in the future.

Thanks.