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

[BUG] env: bash\r: No such file or directory #797

Open
zakblacki opened this issue Nov 12, 2024 · 0 comments
Open

[BUG] env: bash\r: No such file or directory #797

zakblacki opened this issue Nov 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@zakblacki
Copy link

zakblacki commented Nov 12, 2024

  • OS: MacOS Sequoia Version 15.1
  • FVM Version 3.2.1

I have two issue :

  1. I'm trying to fvm flutter --version but it's returning
    env: bash\r: No such file or directory on my flutter project.

Similar issue related : 511.

│ SDK Path │ SDK Path does not point to the project directory. "fvm use" will not make IntelliJ (Android Studio, ...) switch Flutter version. Please consult documentation. │

Where or how to find the path of fvm use to apply on my IDE settings ?
Related issue : 724

Here is my fvm doctor

FVM Doctor:

Project:
┌─────────────────────────────┬────────────────────────────────┐
│ Project │ listar │
├─────────────────────────────┼────────────────────────────────┤
│ Directory │ /Users/g-besoin/Desktop/listar │
├─────────────────────────────┼────────────────────────────────┤
│ Active Flavor │ None │
├─────────────────────────────┼────────────────────────────────┤
│ Is Flutter Project │ Yes │
├─────────────────────────────┼────────────────────────────────┤
│ Dart Tool Generator Version │ 3.5.4 │
├─────────────────────────────┼────────────────────────────────┤
│ Dart tool version │ 3.24.4 │
├─────────────────────────────┼────────────────────────────────┤
│ .gitignore Present │ Yes │
├─────────────────────────────┼────────────────────────────────┤
│ Config Present │ Yes │
├─────────────────────────────┼────────────────────────────────┤
│ Pinned Version │ stable │
├─────────────────────────────┼────────────────────────────────┤
│ Config path │ .fvmrc │
├─────────────────────────────┼────────────────────────────────┤
│ Local cache dir │ .fvm/versions │
├─────────────────────────────┼────────────────────────────────┤
│ Version symlink │ .fvm/versions/stable │
└─────────────────────────────┴────────────────────────────────┘

IDEs:
┌────────────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ IDEs │ Value │
├────────────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ VSCode │ │
├────────────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ VSCode │ No .vscode directory found │
├────────────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ IntelliJ (Android Studio, ...) │ │
├────────────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ flutter.sdk │ /Users/g-besoin/Downloads/flutter │
├────────────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ Matches pinned version: │ false │
├────────────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ SDK Path │ SDK Path does not point to the project directory. "fvm use" will not make IntelliJ (Android Studio, ...) switch Flutter version. Please consult documentation. │
└────────────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘

Environment:
┌───────────────────────┬───────────────────────────────────────────────┐
│ Environment Variables │ Value │
├───────────────────────┼───────────────────────────────────────────────┤
│ Flutter PATH │ /Users/g-besoin/Downloads/flutter/bin/flutter │
├───────────────────────┼───────────────────────────────────────────────┤
│ Dart PATH │ /Users/g-besoin/Downloads/flutter/bin/dart │
├───────────────────────┼───────────────────────────────────────────────┤
│ FVM_CACHE_PATH │ N/A │
├───────────────────────┼───────────────────────────────────────────────┤
│ FVM_USE_GIT_CACHE │ N/A │
├───────────────────────┼───────────────────────────────────────────────┤
│ FVM_GIT_CACHE_PATH │ N/A │
├───────────────────────┼───────────────────────────────────────────────┤
│ FVM_FLUTTER_URL │ N/A │
├───────────────────────┼───────────────────────────────────────────────┤
│ FVM_PRIVILEGED_ACCESS │ N/A │
├───────────────────────┼───────────────────────────────────────────────┤
│ Flutter PATH │ /Users/g-besoin/Downloads/flutter/bin/flutter │
├───────────────────────┼───────────────────────────────────────────────┤
│ Dart PATH │ /Users/g-besoin/Downloads/flutter/bin/dart │
└───────────────────────┴───────────────────────────────────────────────┘
┌──────────────┬──────────────────────────────────────────────────────────────────┐
│ Platform │ Value │
├──────────────┼──────────────────────────────────────────────────────────────────┤
│ OS │ macos Version 15.1 (Build 24B83) │
├──────────────┼──────────────────────────────────────────────────────────────────┤
│ Dart Locale │ en-DZ │
├──────────────┼──────────────────────────────────────────────────────────────────┤
│ Dart runtime │ 3.2.6 (stable) (Wed Jan 24 13:41:58 2024 +0000) on "macos_arm64" │
└──────────────┴──────────────────────────────────────────────────────────────────┘

@zakblacki zakblacki added the bug Something isn't working label Nov 12, 2024
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

No branches or pull requests

1 participant