Skip to content
This repository was archived by the owner on Mar 18, 2021. It is now read-only.

IsolateSpawnException: #477

Closed
CyberhashPlatform opened this issue Jun 30, 2018 · 3 comments
Closed

IsolateSpawnException: #477

CyberhashPlatform opened this issue Jun 30, 2018 · 3 comments

Comments

@CyberhashPlatform
Copy link

$ 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

@itsjoeconway
Copy link
Contributor

Run ‘pub upgrade’, looks like your path package version is not compatible with dart 2.

Additionally, Dart 2 support is in progress. Dev builds 64 and 65 have blocking issues for aqueduct.

@CyberhashPlatform
Copy link
Author

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.

@itsjoeconway
Copy link
Contributor

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants