As a newcomer to angular2, I am looking for guidance on how to update my current version (1.1.4) to the latest one!
Currently, I am using version 2.0.0-rc.5 of Angular2.
I have attempted to update by running:
npm install primeng --save
However, despite this command, my package.json file still shows: ""primeng": "^1.1.4","
This data can be found in both the package.json of the main directory of Angular and the package.json located in the node_modules directory within primeng.