Im running the next command using bash:
USER@USER-PC /c/new3.1
$ npm i supervisor -g
and I receive the next log:
USER@USER-PC /c/new3.1
$ npm install supervisor -g
npm http GET https://registry.npmjs.org/supervisor
npm http 304 https://registry.npmjs.org/supervisor
C:\Users\USER\AppData\Roaming\npm\node-supervisor -> C:\Users\USER\AppData\Roami
ng\npm\node_modules\supervisor\lib\cli-wrapper.js
C:\Users\USER\AppData\Roaming\npm\supervisor -> C:\Users\USER\AppData\Roaming\np
m\node_modules\supervisor\lib\cli-wrapper.js
supervisor@0.6.0 C:\Users\USER\AppData\Roaming\npm\node_modules\supervisor
and when I try to run supervisor, I get:
USER@USER-PC /c/new3.1
$ supervisor app.js
sh.exe": supervisor: command not found
So I have 2 problems- the first one is about the installation of package, that seems not to be working. I Assume that the 2nd problem is inherited from the 1st.
Please help if you can! Thanks