TsuyoshiUshio / KubernetesTask

Kubernetes Task for Visual Studio Team Services
34 stars 14 forks source link

Await exec() #1

Closed ericsciple closed 7 years ago

ericsciple commented 7 years ago

fyi i used the versions you mentioned. this worked for me to build/run the tests:

npm install
npm install typings@2.1.0  --global-style
npm install typescript@2.1.5 --global-style
npm install tfx-cli@v0.3.45  --global-style
npm test
ericsciple commented 7 years ago

...but adding to devDependencies in the package.json would work too

TsuyoshiUshio commented 7 years ago

You are so kind! Really appreciate this! I'll add your note on my README. :)