Command not found: nexus

922 views Asked by At

I'm using nexus and nexus-prisma-plugin for my backend. I pulled my backend from GitHub and installed all packages. Now when I want to run the nexus server I got the error zsh: command not found: nexus.

I also work on a Linux computer and there it's working without any problems. Now on my Mac it don't work. But why? Do I have to add nexus to path? But how?

Thank you!

1

There are 1 answers

0
Muhammed Zubair On

Try the following snippet for Mac :

  1. "./nexus start"

once you have run the above command in the terminal, you will receive the below message

Starting nexus

  1. Then launch the http://localhost:8081/ >> To play around the nexus.

other commands:

./nexus {start|stop|run|run-redirect|status|restart|force-reload}