refi64 / vuedart

Create Vue web apps in Dart
https://refi64.com/vuedart
310 stars 19 forks source link

VueDart cli is not working now #25

Closed sclee15 closed 6 years ago

sclee15 commented 6 years ago

Unable to spawn isolate: bin/vuedart.dart:401:39: Error: Getter not found: 'TEMPLATE_BUILD_RELEASE'. sources['build.release.yaml'] = TEMPLATE_BUILD_RELEASE; ^^^^^^^^^^^^^^^^^^^^^^ bin/vuedart.dart:401:39: Error: The getter 'TEMPLATE_BUILD_RELEASE' isn't defined for the class '#lib1::MigrateCommand'. Try correcting the name to the name of an existing getter, or defining a getter or field named 'TEMPLATE_BUILD_RELEASE'. sources['build.release.yaml'] = TEMPLATE_BUILD_RELEASE;

refi64 commented 6 years ago

Well this is what happens when you're in a rush to make a release and change something without testing it first. :man_facepalming: Just fixed it now!