I’m working with a friend to make a web application using adonisjs. I have the front page done and it is looking pretty slick at localhost:3333. I need my partner who joined the repository to be able to work on it as well. He cloned my repo after installing the necessities. When he tries to adonis serve --dev, it says he isn’t in an adonisjs app. He can’t use the new command because it says the folder has to be empty (and he already has the framework files from the cloning, right?). So, he can’t launch the server because his computer doesn’t recognize it as an adonisjs app. What should we do so it acknowledges his clone is one?
Asked
Active
Viewed 239 times
-1
-
Are you both on the same branch, and is he running the command from the correct directory? – jdno Oct 12 '18 at 11:17