Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  polygerrit: Add note in README about npm install

Change-Id: Ic67ffc6699ee584d7e83d4af3f5acd2a18b737c2
This commit is contained in:
David Pursehouse
2018-01-31 08:08:34 +09:00

View File

@@ -91,6 +91,9 @@ brew install npm
sudo npm install -g web-component-tester
```
Note: it may be necessary to add the options `--unsafe-perm=true --allow-root`
to the `npm install` command to avoid file permission errors.
Run all web tests:
```sh