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

env variables not replaced to value when install deps #5604

Closed
DudaGod opened this issue Nov 7, 2022 · 1 comment
Closed

env variables not replaced to value when install deps #5604

DudaGod opened this issue Nov 7, 2022 · 1 comment
Milestone

Comments

@DudaGod
Copy link
Contributor

DudaGod commented Nov 7, 2022

pnpm version: 7.14.2

Code to reproduce the issue:

https://github.com/DudaGod/pnpm-env-issue

Expected behavior:

Env variables replaced to value when run pnpm i with shared-workspace-lockfile = false and created pnpm-workspace.yaml but it doesn't happen.

Actual behavior:

Env variables doesn't replaced and store dir or virtual store dir created with a path containing env variable name. Example - ${HOME}/foo/pnpm-store.

Additional information:

  • node -v prints: 16.16.0
  • Windows, macOS, or Linux?: tested on macOS and Linux
@DudaGod
Copy link
Contributor Author

DudaGod commented Nov 7, 2022

Looks like the same problem described here - #2570

zkochan added a commit that referenced this issue Nov 11, 2022
close #5604
close #2570

Co-authored-by: Zoltan Kochan <z@kochan.io>
@zkochan zkochan added this to the v7.16 milestone Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants