Reputation: 861
nodemon
with npm
. After installation i just execute nodemon
and it says Command 'nodemon' not found, did you mean..
. I tried restarting terminal and them my machine. Tried installing it globally and with sudo
too.ngx
and firebase
.What to do with this. Please comment if you need additional info.
Upvotes: 1
Views: 313
Reputation: 861
Finally find the solution. It was npm issues. i won't giving me any error but just won't working says command not found
. So it fixed by reconfiguring npm directory. Here is ref. https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally
Upvotes: 1