angular / angular2-seed

MIT License
1.01k stars 639 forks source link

Typings install commands #93

Closed pokakhoaitay closed 8 years ago

pokakhoaitay commented 8 years ago

Can anybody please show me how to install the following typings package in globalDependencies section:

"globalDependencies": {
    "es6-collections": "registry:dt/es6-collections#0.5.1+20160316155526",
    "es6-promise": "registry:dt/es6-promise#0.0.0+20160423074304",
    "node": "registry:dt/node#4.0.0+20160423143914"
  }

Thanks!

dixso commented 8 years ago

Hi, You can install these typings with: typings install or if you want install with the command line: typings install dt~node --global --save

Regards!

pokakhoaitay commented 8 years ago

Thank you! The typings install dt~node --global --save is exactly what i need