Skip to content
Discussion options

You must be logged in to vote

Thanks for you support!

After additional searching, I found out, I need to enable node's native proxy support with export NODE_USE_ENV_PROXY=1 environment variable. Since the proxy variables HTTP[S]_PROXY are already available all that's left to do was enable node's native support.

This works

$ export NODE_USE_ENV_PROXY=1
$ pnpm dlx shadcn init

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kalcodes
Comment options

Answer selected by kalcodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants