0

When I run the command >pub version the console shows Pub 1.9.0-dev.0.0

My DartEditor and SDK version is 1.9.0-dev.3.0

How can I update pub to have similar version.

Thanks

Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567
st_clair_clarke
  • 5,453
  • 13
  • 49
  • 75
  • The pub version should be the same as the version of the SDK. Please check how your path is configured. What version does '> dart --version' report? – sgjesse Jan 20 '15 at 17:49

1 Answers1

0

You can't. Pub is bound to the SDK.

Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567