provide support to restore cache dependency automatically using npm install for node without using custom path
Currently It is supporting for yarn install with default path (.yarn)
So If you can also provide support for npm install with default path(node_modules) then It will be really helpful for us.