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
{{ message }}
This repository was archived by the owner on Mar 18, 2021. It is now read-only.
$ aqueduct serve
-- Aqueduct CLI Version: 3.0.0-beta.1
-- Aqueduct project version: 3.0.0-beta.1
-- Preparing...
*** Uncaught error
IsolateSpawnException: Unable to spawn isolate: file:///Users/user/.pub-cache/hosted/pub.dartlang.org/path-1.6.0/lib/src/path_set.dart:76:32: Error: The method 'retype' isn't defined for the class 'dart.core::Setdart.core::String'.
Try correcting the name to the name of an existing method, or defining a method named 'retype'.
Set retype() => _inner.retype();
^
**** Stacktrace
Thanks for the feedback. 'pub upgrade' worked. I'm new to Aqueduct so I figured I might as well learn the latest version even if it's not production ready.
$ aqueduct serve
-- Aqueduct CLI Version: 3.0.0-beta.1
-- Aqueduct project version: 3.0.0-beta.1
-- Preparing...
*** Uncaught error
IsolateSpawnException: Unable to spawn isolate: file:///Users/user/.pub-cache/hosted/pub.dartlang.org/path-1.6.0/lib/src/path_set.dart:76:32: Error: The method 'retype' isn't defined for the class 'dart.core::Setdart.core::String'.
Try correcting the name to the name of an existing method, or defining a method named 'retype'.
Set retype() => _inner.retype();
^
**** Stacktrace
The text was updated successfully, but these errors were encountered: