-
Notifications
You must be signed in to change notification settings - Fork 9
Description
After successfully running the DonutsAPI locally when I follow the command described in the step1 of this DonutStore repo:
ng add @scullyio/init
then files are updated as per the description and then when I launch scully
npm run scully
the "normal" warning is displayed
No configuration for route "/donuts/:donutId" found. Skipping
the 3 routes are created:
"./dist/static/assets/scully-routes.json",
"/var/home/pierre/Workspace/DonutStore/dist/DonutStore/assets/scully-routes.json",
"/var/home/pierre/Workspace/DonutStore/src/assets/scully-routes.json"
but then the command hangs at Creating Route List 3/3 and it doesn't stop even if I wait for a long time, it's like the process doesn't stop and I have to kill it manually. Then I can see the static folder is created inside the dist folder but it doesn't contain the /about/index.html as per your description.
I've tried these commands on different linux distro: Ubuntu 20.04, Fedora 32 and Fedora 33 and it's the same behavior each time.