Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Instructions say "run your app using dart bin/__projectName__.dart" #672

Open
DanTup opened this issue Jul 13, 2020 · 1 comment
Open

Instructions say "run your app using dart bin/__projectName__.dart" #672

DanTup opened this issue Jul 13, 2020 · 1 comment
Assignees

Comments

@DanTup
Copy link
Contributor

DanTup commented Jul 13, 2020

After creating an app, it says:

6 files written.

--> to provision required packages, run 'pub get'
--> run your app using `dart bin/__projectName__.dart`.

It looks a bit weird having __projectName__ here - should it have been replaced?

@devoncarew
Copy link
Contributor

Yes, this is a bug. The text doesn't participate in the template replacement, so likely shouldn't have been updated as part of #659.

We could do something like replace the guidance with 'dart run'.

cc @jwren

jwren added a commit to jwren/stagehand that referenced this issue Jul 13, 2020
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Development

No branches or pull requests

3 participants