这是indexloc提供的服务,不要输入任何密码
Skip to content

pnpm dlx create-turbo@latest doesn't work behind proxy #5446

@itayperry

Description

@itayperry

What version of Turborepo are you using?

1.10.7

What package manager are you using / does the bug impact?

pnpm

What operating system are you using?

Linux

Describe the Bug

Hi, I'm trying to create a new turborepo folder based on the basic example you have in the docs.
I run the command pnpm dlx create-turbo@latest and it gets stuck forever at Downloading files....

I have the proxy address configured in my .bashrc and .npmrc (environment variables: http_proxy, https_proxy).

Older versions of create-turbo do not have this issue, for example 1.8.8 works.

I am using Ubuntu WSL2.

image

Expected Behavior

create-turbo should use the configured proxy from environment variables.

To Reproduce

Bash example:

export http_proxy=http://<server>:<port>
export https_proxy=http://<server>:<port>
pnpm dlx create-turbo@latest

Reproduction Repo

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions