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

Remix CLI does not properly detect package manager #3108

Closed
alvinthen opened this issue May 6, 2022 · 3 comments · Fixed by #3109
Closed

Remix CLI does not properly detect package manager #3108

alvinthen opened this issue May 6, 2022 · 3 comments · Fixed by #3109
Labels
bug Something isn't working

Comments

@alvinthen
Copy link
Contributor

alvinthen commented May 6, 2022

What version of Remix are you using?

1.4.3

Steps to Reproduce

  1. yarn create remix

Expected Behavior

CLI should ask

Do you want me to run yarn install?

Actual Behavior

CLI is asking

Do you want me to run npm install?

More information

In #2562, it is checking for npm_user_agent in the environment. However, in my setup, the env should be npm_config_user_agent

node version: v14.18.1 (via nvm)
npm version: 7.24.2
yarn version: 1.22.18

I haven't done any other custom env setup

@MichaelDeBoey
Copy link
Member

Closed by #3109

@github-actions
Copy link
Contributor

🤖 Hello there,

We just published version v0.0.0-nightly-cbd996f-20220510 which involves this issue. If you'd like to take it for a test run please try it out and let us know what you think!

Thanks!

@github-actions
Copy link
Contributor

🤖 Hello there,

We just published version v1.5.0 which involves this issue. If you'd like to take it for a test run please try it out and let us know what you think!

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants