/ bin / sh: 1: npm: not found make: *** [Makefile: 81: ui-requirements] Error 127

Hi!

I’m installing the project requirements for the server application, by the command:

“make dev-requirements ui-requirements”

And the following error is returning me:

/ bin / sh: 1: npm: not found
make: *** [Makefile: 81: ui-requirements] Error 127

Can someone help me solve?

sorted out :

sudo apt install npm.