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

Trouble with CLI License Checker #1227

Open
csarevalo opened this issue Jan 10, 2025 · 0 comments · May be fixed by #1230
Open

Trouble with CLI License Checker #1227

csarevalo opened this issue Jan 10, 2025 · 0 comments · May be fixed by #1230
Labels
bug Something isn't working as expected

Comments

@csarevalo
Copy link

Description

I am having trouble getting checking the licenses in an app directory. The program seems to terminate in a FileSystemException.

Steps To Reproduce

  1. Navigate to documents directory
cd Documents
  1. Create a new directory inside documents
mkdir vscode\tests
  1. Navigate to new directory
cd vscode\tests
  1. Create new app using very_good ventures CLI
very_good create flutter_app test_app --desc "My testing Flutter app"
  1. Navigate to app directory
cd test_app
  1. Attempt to check the app licenses
very_good packages check licenses

Expected Behavior

I expected a straightforward license checking verification.

Additional Context

Version

very_good --version
0.25.0

Flutter Doctor

flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.27.1, on Microsoft Windows [Version 10.0.26100.2605], locale en-US)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[√] Chrome - develop for the web
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.9.7)
[√] Android Studio (version 2024.2)
[√] VS Code (version 1.96.2)
[√] Connected device (2 available)
[√] Network resources

• No issues found!

Logs For: very_good packages check licenses

pub_log.txt

check_licenses_output.txt

@csarevalo csarevalo added the bug Something isn't working as expected label Jan 10, 2025
@Ascenio Ascenio linked a pull request Jan 18, 2025 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected
Projects
Status: Needs Triage
Development

Successfully merging a pull request may close this issue.

1 participant