We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to activate slidy with this command:
dart pub global activate slidy
And I'm getting this error:
STEP 30/30: RUN dart pub global activate slidy Resolving dependencies... + ansicolor 2.0.1 + args 2.4.2 + async 2.11.0 + boolean_selector 2.1.1 + characters 1.3.0 + clock 1.1.1 + collection 1.18.0 + crypto 3.0.3 + dart_console 1.2.0 + ffi 2.1.0 + fhir_yaml 0.4.2 (0.9.0 available) + file 6.1.4 (7.0.0 available) + fpdart 0.2.0 (1.1.0 available) + http 0.13.6 (1.1.0 available) + http_parser 4.0.2 + intl 0.18.1 + io 1.0.4 + matcher 0.12.16 + meta 1.10.0 + modular_core 2.0.3+1 (3.3.2 available) + modular_interfaces 2.0.2 (3.0.0 available) + oauth2 2.0.2 + path 1.8.3 + pub_api_client 2.4.0 (2.6.0 available) + pub_semver 2.1.4 + pubspec 2.3.0 + quiver 3.2.1 + recase 4.1.0 + rxdart 0.26.0 (0.27.7 available) + slidy 4.0.4 + source_span 1.10.0 + stack_trace 1.11.1 + stream_channel 2.1.2 + string_scanner 1.2.0 + term_glyph 1.2.1 + test_api 0.6.1 + typed_data 1.3.2 + uri 1.0.0 + win32 5.0.9 + yaml 3.1.2 Building package executables... Built slidy:main. Cannot rename file to '/home/jenkins/.pub_cache/_temp/dirTJQJEC/bin/main.dart-3.1.2.snapshot', path = '/home/jenkins/.pub_cache/_temp/dirTJQJEC/incremental/tmpGMLKMO/main.dart.incremental.dill.temp' (OS Error: No such file or directory, errno = 2) Error: building at STEP "RUN dart pub global activate slidy": while running runtime: exit status 66 make: *** [build] Error 66
All I know it was working with image version 3.7.0
The text was updated successfully, but these errors were encountered:
I pulled ghcr.io/cirruslabs/flutter:3.13.5, run dart pub global activate slidy and reproduced this error.
ghcr.io/cirruslabs/flutter:3.13.5
Sorry, something went wrong.
No branches or pull requests
I'm trying to activate slidy with this command:
dart pub global activate slidy
And I'm getting this error:
All I know it was working with image version 3.7.0
The text was updated successfully, but these errors were encountered: