angular - Update Angular2 PrimeNG version 1.1.4 to last version -


i'm relatively new angular2, wondering how update version(1.1.4) last version!

i'm working on version 2.0.0-rc.5 of angular2.

already tried

npm install primeng --save 

but package.json still holds value: ""primeng": "^1.1.4","

the package.json root directory of angular, , of primeng in node_modules directory

for future references: had uninstall with:

npm uninstall primeng --save 

and install version want

npm install primeng@2.0.5 

thanks answer though


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -