0
votes

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 ?

1
Are you behind a proxy? Some people seem to have issues; see if this info helps: groups.google.com/a/dartlang.org/forum/m/#!topic/misc/… - Danny Tuppeny
What Dart version, what OS, how do you launch the web project? Do you have an internet connection? - Günter Zöchbauer
Hi I downloaded the latest Dart, Dart Editor version 1.6.0.release. Windows7 64 bit. Yes obviously I do have an internet connection :) - Manish Kataria
I moved the installation directly under primary drive and that did the trick. Looks like something is buggy in latest release wrt installation directories. - Manish Kataria

1 Answers

1
votes

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