-
## 🐞 Bug report
### Description
Hi, getting these errors after a new install. Don't know if I have the correct versions?
Thanks in advance
#### 🔬 Minimal Reproduction
import { ScullyConfig…
-
## 🐞 Bug report
### Description
When building in CircleCI an error is received when attempting to run the command
scully -- --scanRoutes --showGuessError
:thinking: There is a potential th…
-
## 🐞 Bug report
### Description
I'm trying to add a custom plugin based on [this post](https://github.com/scullyio/scully/issues/773#issuecomment-662851518) but when I run `scully` I get an "unkno…
-
## 🐞 Bug report
### Description
Having issues probably because my WSL. I followed the instructions adding the Puppeteer and adding the settings into my scully config file.
#### 🔬 Minimal Repr…
-
## 🐞 Bug report
### Description
Scully node js process never ends.
And files are generated. And if NodeJS process is killed by hand.
All files can be deployed.
#### 🔬 Minimal Reproduction
U…
darxx updated
3 years ago
-
## 🐞 Bug report
### Description
I just installed Scully and it doesn't work as expected throws an error and exits when I npm run Scully
#### 🔬 Minimal Reproduction
#### 💻Your Environment
Wi…
-
## 🐞 Bug report
### Description
I followed [the instructions to add blog support](https://scully.io/docs/learn/create-a-blog/add-blog-support/) but when I rebuilt w/ `ng build && scully` no pages we…
-
## 🐞 Bug report
### Description
I have built a fresh angular application and followed the scully docs on how to add scully and build a static site.
However when running `npm run scully` I ge…
-
## 🧩 Feature request
### Description
Angular 9 allows building the app like `ng build --localize` to enable localization. In previous versions of anular a separate build for locale was needed …
-
Just updated my project from angular 5 to angular 10 so I can implement scully io.
After doing the following on a angular 10.1.0 project
```
ng add @scullyio/init
ng build
npm run scully
…