You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows it is compiling normally
is crashing on linux
webdev build[SEVERE] Failed to precompile build_runner:build_runner:[SEVERE] /root/.pub-cache/hosted/pub.dartlang.org/analyzer-0.40.6/lib/src/error/best_practices_verifier.dart:258:50: Error: The property 'displayString' is defined in multiple extensions for 'TargetKind' and neither is more specific.[SEVERE] - 'TargetKind' is from 'package:meta/meta_meta.dart' ('/root/.pub-cache/hosted/pub.dartlang.org/meta-1.7.0/lib/meta_meta.dart').[SEVERE] Try using an explicit extension application of the wanted extension or hiding unwanted extensions from scope.[SEVERE] var kindNames = kinds.map((kind) => kind.displayString).toList()[SEVERE] ^^^^^^^^^^^^^[SEVERE] /root/.pub-cache/hosted/pub.dartlang.org/analyzer-0.40.6/lib/src/error/best_practices_verifier.dart:1917:14: Context: This is one of the extension members.[SEVERE] String get displayString {[SEVERE] ^^^^^^^^^^^^^[SEVERE] /root/.pub-cache/hosted/pub.dartlang.org/meta-1.7.0/lib/meta_meta.dart:91:14: Context: This is one of the extension members.[SEVERE] String get displayString {[SEVERE] ^^^^^^^^^^^^^[SEVERE] /root/.pub-cache/hosted/pub.dartlang.org/analyzer-0.40.6/lib/src/error/best_practices_verifier.dart:260:36: Error: The getter 'commaSeparatedWithOr' isn't defined for the class 'List<dynamic>'.[SEVERE] - 'List' is from 'dart:core'.[SEVERE] Try correcting the name to the name of an existing getter, or defining a getter or field named 'commaSeparatedWithOr'.[SEVERE] var validKinds = kindNames.commaSeparatedWithOr;[SEVERE] ^^^^^^^^^^^^^^^^^^^^Unhandled exception:Bad state: Unable to start build daemon.#0 _handleDaemonStartup (package:build_daemon/client.dart:82:5)<asynchronous suspension>#1 BuildDaemonClient.connect (package:build_daemon/client.dart:183:5)<asynchronous suspension>#2 BuildCommand.run (package:webdev/src/command/build_command.dart:59:20)<asynchronous suspension>#3 CommandRunner.runCommand (package:args/command_runner.dart:197:13)<asynchronous suspension>#4 _CommandRunner.runCommand (package:webdev/src/webdev_command_runner.dart:40:12)<asynchronous suspension>#5 main (file:///root/.pub-cache/hosted/pub.dartlang.org/webdev-2.7.2/bin/webdev.dart:19:16)<asynchronous suspension>
On Windows it is compiling normally
is crashing on linux
pubspec.yaml
The text was updated successfully, but these errors were encountered: