I have access to a backend project and would like to know how to run this project. It uses loopback
and reading documentation of loopback
, in the statement 4 says:
Start the web server.
What command should I use in Ubuntu to start this webserver
with loopback
?
After running the command npm install -g loopback-cli
and trying to run the system with node .
or node server.js
this ERR appears in the terminal: