1.

How To Update A Dependency Using Npm?

Answer»

UPDATE package.json and CHANGE the version of the dependency which to be UPDATED and RUN the following command.
C:Nodejs_WorkSpace>NPM update

Update package.json and change the version of the dependency which to be updated and run the following command.
C:Nodejs_WorkSpace>npm update



Discussion

No Comment Found