Closed jcreager closed 4 years ago
Just to follow up, I was able to get things working eventually. It looks like the issue is that the command joy new my-joy-project
does not set up a project the way the command joy create route account
expects. Mainly, the src/routes.janet
file is not created and the directory src/routes
does not exist. Creating these and adding a defroutes
to src/routes.janet
fixed the error I reported above and I was successfully able to run joy create route account
. I'm guess something changed in the joy new
command at some point.
Awesome project by the way.
When following the get started tutorial I run into the following issue.
Steps to reproduce:
This is what is inside the new project folder after generating the project.
Version:
I have tested these commands with Linux Alpine and Mac Os and get the same results. It looks like part of the issue is that the
src
file andsrc/rotues.janet
file have not been auto generated.Creating this directory and file leads to new issues.
Any thoughts on what the issue might be?