0
I installed the nodemon with the following command
$ sudo npm install -g nodemon
I got the following mistake:
npm WARN notsup Not compatible with your operating
system or architecture: [email protected]
What is the importance of this error? Can I despise it? How to solve it?
I’m running Ubunto 16.04 64.
Are you using the
nodemon
in development and not in production right? in that case, and if you have no recharging problems you can ignore. That’s the case?– Sergio