Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout issue Installing Stencil CLI #2062

Open
dmod85 opened this issue Sep 7, 2023 · 1 comment
Open

Timeout issue Installing Stencil CLI #2062

dmod85 opened this issue Sep 7, 2023 · 1 comment
Assignees
Labels

Comments

@dmod85
Copy link

dmod85 commented Sep 7, 2023

I am not sure where to post this, so I apologize if this is the incorrect location.

Issue Summary:

I am experiencing difficulties while trying to install the @bigcommerce/stencil-cli package using npm. The primary issue is that the installation consistently times out with an ETIMEDOUT error, indicating a network-related problem. I have made several attempts to resolve the issue, but it persists despite multiple troubleshooting efforts.

Troubleshooting Steps Taken:

Network Connectivity:
Ensured stable internet connection and verified access to other websites and resources.

Retry Installation:
Repeatedly attempted to run npm install -g @bigcommerce/stencil-cli to account for potential transient network issues.

Proxy Configuration:
Configured npm with proxy settings using npm config set proxy and npm config set https-proxy to accommodate proxy requirements if applicable.

Use Different Registry:
Tried changing the npm registry to a different one, such as the Yarn registry, using npm config set registry.

VPN Usage:
Attempted to install the package while using a VPN service to bypass potential network restrictions.

Offline Installation:
Downloaded the @bigcommerce/stencil-cli package manually from the npm website and attempted installation from a local file.

Alternative Network Connection:
Tried performing the installation from a different network or Wi-Fi connection to eliminate potential network-specific issues.

Checked Firewall and Antivirus:
Verified that firewall or antivirus software was not blocking npm requests.

Updated npm and Node.js:
Ensured npm and Node.js were updated to the latest versions using npm install -g npm@latest.

Traceroute Diagnostic:
Performed a network diagnostic using the traceroute (or tracert on Windows) command to analyze the network path and identify potential issues. The traceroute did not reveal any apparent network problems.

Despite extensive troubleshooting efforts, the issue persists, and I am seeking further assistance to resolve the problem. Any additional guidance or suggestions to address this network-related issue would be greatly appreciated.

@dmod85
Copy link
Author

dmod85 commented Sep 7, 2023

I should add to this that I have worked on BigCommerce Stencil for years and years and this just started happening a few months ago. I have no clue what I changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants