You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thestatic
folder is created inside thedist
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.
The text was updated successfully, but these errors were encountered: