Move typescript install above fried-twnkie

I think this may be part of the confusion for unmet peer dependencies.
Typescript has to be installed before fried-twinkie.

Bug: Issue 7630
Change-Id: I1b200543d47a7ca8292bb7ab9e25c30daef6f363
This commit is contained in:
Becky Siegel
2017-11-07 13:21:19 -08:00
parent 5295b645e6
commit d8f745911e

View File

@@ -31,9 +31,9 @@ sudo npm install -g \
eslint \
eslint-config-google \
eslint-plugin-html \
typescript \
fried-twinkie \
polylint \
typescript \
web-component-tester
```