question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ng g @scullyio/init:blog does not create blog module

See original GitHub issue

🐞 Bug report

Description

Running ng g @scullyio/init:blog does not create a blog module/route in my app, only a blog folder in my root project and a adds new object to scully.config.js.

🔬 Minimal Reproduction

ng g @scullyio/init:blog
    ✅ 12-24-2019-blog file created
    ✅️ Update scully.config.js
CREATE blog/12-24-2019-blog.md (98 bytes)
UPDATE scully.config.js (168 bytes)

💻Your Environment

Angular Version:



     _                      _                 ____ _     ___
    / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
   / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
  / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
 /_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
                |___/


Angular CLI: 9.0.0-rc.7
Node: 12.12.0
OS: darwin x64

Angular: 9.0.0-rc.7
... animations, cli, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Ivy Workspace: Yes

Package                           Version
-----------------------------------------------------------
@angular-devkit/architect         0.900.0-rc.7
@angular-devkit/build-angular     0.900.0-rc.7
@angular-devkit/build-optimizer   0.900.0-rc.7
@angular-devkit/build-webpack     0.900.0-rc.7
@angular-devkit/core              9.0.0-rc.7
@angular-devkit/schematics        9.0.0-rc.7
@angular/cdk                      8.2.3
@ngtools/webpack                  9.0.0-rc.7
@schematics/angular               9.0.0-rc.7
@schematics/update                0.900.0-rc.7
rxjs                              6.5.3
typescript                        3.6.4
webpack                           4.41.2

Scully Version:


    "@scullyio/init": "0.0.9",
    "@scullyio/ng-lib": "0.0.7",
    "@scullyio/scully": "0.0.46",

🔥 Exception or Error




Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Splaktarcommented, Dec 26, 2019

I ran into this as well. I had to copy over the output from a new Angular CLI project.

0reactions
jorgeucanocommented, Jan 9, 2020

fixed in the new publish 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Adding blog support - Scully.io
Scully documentation page containing Adding blog support,Overview,Usage,Available options,Create an entry point (Home page),Configure entry point Module as ...
Read more >
Building an Angular Blog With Scully - Unicorn Utterances
We'll start by generating the blog module that will hold our routes and components. ng g module blog --route=blog --routing=true --module=App.
Read more >
Scully doesn't generate static files for blog-list component
I'm trying to develop a blog with Scully. There are 3 routes. Homepage, Blog page and dynamic Blog Post page. Scully generate static...
Read more >
Exploring Blogging With Scully - the Angular Static ... - OwlyPixel
Did you know that there's a new static site generator for Angular apps? ... Scully created a blog module with routes for us...
Read more >
How to Create an Angular Jamstack Blog - Scully and Netlify
This command will call on Scully's post generation code and we can pass a name in as well. ng g @scullyio/init:post --name="The First...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found