In my package.json it says I have a admin-on-rest installed 0.9.4 version. We want to update the version of it. How to do it? I have tried using npm update but seems not working. I wanted to add the feature for custom toolbar.
Update the version inside your package.json
file. Last one is 1.3.2
then run npm install
again