Error on @scullyio/init on project
See original GitHub issueWhen I run ng add @scullyio/init
on the github.com/aaronfrost/DonutStore
main
branch, it runs and then at the end I get the following error:
This error needs to not happen. Not sure what is causing it. Didn’t happen in the past. Not sure if it is the upgrade to angular or the upgrade to scully.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:8 (5 by maintainers)
Top Results From Across the Web
scullyio/community - Gitter
For me, Scully was finding the routes fine. It was when it tried to serve the route (in the Angular app) that was...
Read more >Scully install fails with Puppeteer renderer - Stack Overflow
... @scullyio/init for a basic Angular 14 application and getting: TypeError: entry.message.split is not a function at MapSubscriber.project ...
Read more >create scully files with ng add - Scully.io
ng add @scully/init --project=<PROJECT-NAME>. For vanilla NX project: Copy npm install @scullyio/init nx g @scullyio/init:install -- --project=<projectName>.
Read more >Scully - Angular Static Site Generator - CodingCat.dev
Scully is a static site generator for Angular projects looking to embrace the JAMStack. ... ng g @scullyio/init:post ...
Read more >@scullyio/init - npm
Add scully to your angular app. Latest version: 2.1.41, last published: 3 months ago. Start using @scullyio/init in your project by running ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey all, I just tested it with version 1.0.4 and the error has gone. One thing that I noticed though is that running
ng add @scullyio/init
takes very long to complete in relation to previous version.@aaronfrost depending on your node version, puppeteer or chromium (and even some more dependencies) might be compiled from source. That does take a while, but this will solve itself, as those dependencies will release binaries for those node versions.