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
-> 8 packages bootstrapped
melos run l10n
└> dart pub global run melos exec --fail-fast --scope="resources" --flutter -- flutter pub run intl_utils:generate
└> RUNNING
$ melos exec
└> flutter pub run intl_utils:generate
└> RUNNING (in 1 packages)
resources:
Failed to build intl_utils:generate:
/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.7/lib/src/short/source_visitor.dart:2392:27: Error: Type 'MixinOnClause' not found.
void visitMixinOnClause(MixinOnClause node) {
^^^^^^^^^^^^^
/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.7/lib/src/short/source_visitor.dart:600:19: Error: The getter 'macroKeyword' isn't defined for the class 'ClassDeclaration'.
'ClassDeclaration' is from 'package:analyzer/src/dart/ast/ast.dart' ('/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/analyzer-6.2.0/lib/src/dart/ast/ast.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'macroKeyword'.
modifier(node.macroKeyword);
^^^^^^^^^^^^
/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.7/lib/src/short/source_visitor.dart:1282:14: Error: The getter 'onClause' isn't defined for the class 'ExtensionDeclaration'.
'ExtensionDeclaration' is from 'package:analyzer/src/dart/ast/ast.dart' ('/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/analyzer-6.2.0/lib/src/dart/ast/ast.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'onClause'.
if (node.onClause case var onClause?) {
^^^^^^^^
/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.7/lib/src/short/source_visitor.dart:2392:27: Error: 'MixinOnClause' isn't a type.
void visitMixinOnClause(MixinOnClause node) {
^^^^^^^^^^^^^
/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.7/lib/src/front_end/ast_node_visitor.dart:1299:27: Error: Type 'MixinOnClause' not found.
void visitMixinOnClause(MixinOnClause node) {
^^^^^^^^^^^^^
/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.7/lib/src/front_end/ast_node_visitor.dart:271:16: Error: The getter 'macroKeyword' isn't defined for the class 'ClassDeclaration'.
'ClassDeclaration' is from 'package:analyzer/src/dart/ast/ast.dart' ('/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/analyzer-6.2.0/lib/src/dart/ast/ast.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'macroKeyword'.
node.macroKeyword,
^^^^^^^^^^^^
/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.7/lib/src/front_end/ast_node_visitor.dart:629:14: Error: The getter 'onClause' isn't defined for the class 'ExtensionDeclaration'.
'ExtensionDeclaration' is from 'package:analyzer/src/dart/ast/ast.dart' ('/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/analyzer-6.2.0/lib/src/dart/ast/ast.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'onClause'.
if (node.onClause case var onClause?) {
^^^^^^^^
/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.7/lib/src/front_end/ast_node_visitor.dart:1299:27: Error: 'MixinOnClause' isn't a type.
void visitMixinOnClause(MixinOnClause node) {
^^^^^^^^^^^^^
/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.7/lib/src/front_end/piece_factory.dart:1199:7: Error: Type 'MixinOnClause' not found.
MixinOnClause? onClause,
^^^^^^^^^^^^^
/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.7/lib/src/front_end/piece_factory.dart:1199:7: Error: 'MixinOnClause' isn't a type.
MixinOnClause? onClause,
^^^^^^^^^^^^^
$ melos exec
└> flutter pub run intl_utils:generate
└> FAILED (in 1 packages)
└> resources (with exit code 1)
melos run l10n
└> dart pub global run melos exec --fail-fast --scope="resources" --flutter -- flutter pub run intl_utils:generate
└> FAILED
ScriptException: The script l10n failed to execute.
make: *** [makefile:91: sync] Error 1
PS D:\Workspace\Boilerplate>
The text was updated successfully, but these errors were encountered:
PS D:\Workspace\Boilerplate> make sync
melos bootstrap
└> D:\Workspace\Boilerplate
Running "flutter pub get" in workspace packages...
✓ app
└> app
✓ data
└> data
✓ domain
└> domain
✓ gen_env
└> tools/gen_env
✓ initializer
└> initializer
✓ nals_lints
└> nals_lints
✓ resources
└> resources
✓ shared
└> shared
Generating IntelliJ IDE files...
-> 8 packages bootstrapped
melos run l10n
└> dart pub global run melos exec --fail-fast --scope="resources" --flutter -- flutter pub run intl_utils:generate
└> RUNNING
$ melos exec
└> flutter pub run intl_utils:generate
└> RUNNING (in 1 packages)
resources:
Failed to build intl_utils:generate:
/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.7/lib/src/short/source_visitor.dart:2392:27: Error: Type 'MixinOnClause' not found.
void visitMixinOnClause(MixinOnClause node) {
^^^^^^^^^^^^^
/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.7/lib/src/short/source_visitor.dart:600:19: Error: The getter 'macroKeyword' isn't defined for the class 'ClassDeclaration'.
Try correcting the name to the name of an existing getter, or defining a getter or field named 'macroKeyword'.
modifier(node.macroKeyword);
^^^^^^^^^^^^
/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.7/lib/src/short/source_visitor.dart:1282:14: Error: The getter 'onClause' isn't defined for the class 'ExtensionDeclaration'.
Try correcting the name to the name of an existing getter, or defining a getter or field named 'onClause'.
if (node.onClause case var onClause?) {
^^^^^^^^
/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.7/lib/src/short/source_visitor.dart:2392:27: Error: 'MixinOnClause' isn't a type.
void visitMixinOnClause(MixinOnClause node) {
^^^^^^^^^^^^^
/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.7/lib/src/front_end/ast_node_visitor.dart:1299:27: Error: Type 'MixinOnClause' not found.
void visitMixinOnClause(MixinOnClause node) {
^^^^^^^^^^^^^
/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.7/lib/src/front_end/ast_node_visitor.dart:271:16: Error: The getter 'macroKeyword' isn't defined for the class 'ClassDeclaration'.
Try correcting the name to the name of an existing getter, or defining a getter or field named 'macroKeyword'.
node.macroKeyword,
^^^^^^^^^^^^
/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.7/lib/src/front_end/ast_node_visitor.dart:629:14: Error: The getter 'onClause' isn't defined for the class 'ExtensionDeclaration'.
'ExtensionDeclaration' is from 'package:analyzer/src/dart/ast/ast.dart' ('/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/analyzer-6.2.0/lib/src/dart/ast/ast.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'onClause'.
if (node.onClause case var onClause?) {
^^^^^^^^
/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.7/lib/src/front_end/ast_node_visitor.dart:1299:27: Error: 'MixinOnClause' isn't a type.
void visitMixinOnClause(MixinOnClause node) {
^^^^^^^^^^^^^
/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.7/lib/src/front_end/piece_factory.dart:1199:7: Error: Type 'MixinOnClause' not found.
MixinOnClause? onClause,
^^^^^^^^^^^^^
/C:/Users/ayina/AppData/Local/Pub/Cache/hosted/pub.dev/dart_style-2.3.7/lib/src/front_end/piece_factory.dart:1199:7: Error: 'MixinOnClause' isn't a type.
MixinOnClause? onClause,
^^^^^^^^^^^^^
$ melos exec
└> flutter pub run intl_utils:generate
└> FAILED (in 1 packages)
└> resources (with exit code 1)
melos run l10n
└> dart pub global run melos exec --fail-fast --scope="resources" --flutter -- flutter pub run intl_utils:generate
└> FAILED
ScriptException: The script l10n failed to execute.
make: *** [makefile:91: sync] Error 1
PS D:\Workspace\Boilerplate>
The text was updated successfully, but these errors were encountered: