Skip to content

Commit ec576ca

Browse files
0x-r4bbitvicb
authored andcommitted
chore(readme): updates prerequisites
Due to angular#670, this commit makes explicitly clear that version `>=1.4.0` of the `pub` command line tool is required to run a local build with `gulp build`.
1 parent f6284f2 commit ec576ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you don't already have `npm`, get it by installing [node.js](http://nodejs.or
1515
3. `npm install -g protractor` (you might need to prefix this command with `sudo`)
1616
4. `webdriver-manager update`
1717
5. If you plan to use Dart:
18-
1. [Install the Dart SDK](https://www.dartlang.org/tools/sdk/)
18+
1. [Install the Dart SDK](https://www.dartlang.org/tools/sdk/) - Includes the `pub` command line tool. This repository requires `pub` in version `>=1.4.0`
1919
2. [Add the Dart SDK's `bin` directory to your system path](https://www.dartlang.org/tools/pub/installing.html)
2020
3. Get the pub packages you need: `pub get`
2121
6. `gulp build`

0 commit comments

Comments
 (0)