Search code examples
dartdart-editor

Unable to launch web project through dart editor


Just starting up on Dart and I am unable to launch web project from dart editor, command line projects work fine.

I get this exception while trying to start web project

Running pub get on C:\Users\Admin\dart\DartABWebApp ... --- Pub get failed, [69] Resolving dependencies... Got socket error trying to find package browser at https://pub.dartlang.org.

Anyone knows how to resolve this ?


Solution

  • I moved the installation directly under primary drive and that did the trick