remy / nodemon

Monitor for any changes in your node.js application and automatically restart the server - perfect for development
http://nodemon.io/
MIT License
26.31k stars 1.73k forks source link

Compatible with latest mac os? #2087

Closed JrodMc closed 1 year ago

JrodMc commented 1 year ago

Expected behaviour

npm install nodemon installs nodemon

Actual behaviour

error 13...might need permissions

worked with Apple support. Can install other software, problem is isolated to nodemon tried using sudo for install. Appeared to work but when tried running the nodemon app crashed

Steps to reproduce

Is nodemon compatible with mac os??


If applicable, please append the --dump flag on your command and include the output here ensuring to remove any sensitive/personal details or tokens.

remy commented 1 year ago

Firstly test if you can install other software in the same way.

Secondly the install process is npm and nothing to do with nodemon itself, so I suggest you raise an issue there.

If it didn't run or errored under the new OS, then that would be nodemon. The installation is taken care of by npm.

JrodMc commented 1 year ago

I can install other things in the same manner. Problem only with nodemon. Tried on another mac computer and had same issue with same Error 13. I will try reaching out to npm