'Nodemon is not working as dev dependencies

I am working on a project of nodejs and I need to install nodejs. I want to install nodemon as dev dependencies, hence I've entered npm i -D nodemon. the command install nodemon and it is visible in dev dependencies as well but when I enter nodemon -v it shows

The term 'nodemon' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

What can I do ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source