Skip to content

[Bug]: Issues with outline-cli init and yarn start on newly scaffolded project. #396

@himerus

Description

@himerus

Describe the bug

  • npx @phase2/outline-cli init builds a new design system
    • moving into the new directory and running yarn start throws errors.

To Reproduce

Build a new design system with @phase2/outline-cli.

npx -y @phase2/outline-cli@latest init \
  --automated \
  --name="Design System" \
  --slug="design-system" \
  --packageName="@phase2/design-system" \
  --description="Web component library powered by OutlineJS." \
  --template="default" && \
cd design-system && \
yarn start

Expected behavior

  • Able to run yarn start
  • Built in tests catch this type of issue

Screenshots
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    READY TO CODEThis means a ticket is ready to be worked. Any ticket without this label should be verified.Severity: HighType: Bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions