Eftekhari
Eftekhari

Reputation: 1021

Dart editor run error "could not start pub serve or connect to pub" on it's sample web application project

I just installed Dart Editor and created a simple web application and when I click on run it shows this error and nothing happens.

"could not start pub serve or connect to pub"

How is the configuration of dart editor for Windows7 sp1 64bit? What am I supposed to do to run the sample project?

Upvotes: 2

Views: 584

Answers (1)

Günter Zöchbauer
Günter Zöchbauer

Reputation: 657288

It is a common problem

Nothing contains a good solution.

For weird problems it's always worth to try pub cache repair on the command line.

Upvotes: 1

Related Questions