node.js - 'Restore Packages' option is missing on right click in Visual Studio 2015 -


i trying start angular 2 , visual studio 2015 (update 3) eq. tutorial: https://angular.io/docs/ts/latest/cookbook/visual-studio-2015.html need "restore packages" on right click on 'packages.json'-file, option missing in menu.

any hints?

if like, can restore packages using npm command. same doing restore package. hope helps.

  1. open command prompt
  2. cd folder have angular project
  3. run command : npm install

Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -