I have installed some npm modules without --save
option. As a result the dependencies were not added in my package.json
.
Is there any way to add the dependencies of my existing node modules in my package.json
via npm without having to add them manually ?