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.

Circular dependency in (stepper.component <-> step.component) and (option.component<->select.component)

See original GitHub issue

Circular dependency

**I’m submitting an issue that I faced while running npm start command

  • bug report

Just run the npm start and getting Circular dependency issue like

` WARNING in Circular dependency detected: src\framework\theme\components\select\option.component.ts -> src\framework\theme\components\select\select.component.ts -> src\framework\theme\components\select\option.component.ts

WARNING in Circular dependency detected: src\framework\theme\components\select\select.component.ts -> src\framework\theme\components\select\option.component.ts -> src\framework\theme\components\select\select.component.ts

WARNING in Circular dependency detected: src\framework\theme\components\stepper\step.component.ts -> src\framework\theme\components\stepper\stepper.component.ts -> src\framework\theme\components\stepper\step.component.ts

WARNING in Circular dependency detected: src\framework\theme\components\stepper\stepper.component.ts -> src\framework\theme\components\stepper\step.component.ts -> src\framework\theme\components\stepper\stepper.component.ts`

Current behavior: I can’t even see the output in browser like the demo. image

Expected behavior: Should be compiled without errors.

Steps to reproduce:

git clone https://github.com/akveo/ngx-admin.git cd ngx-admin npm install npm start

Related code:

insert short code snippets here

Other information:

npm, node, OS, Browser

npm --version
5.5.1

npm --version
5.5.1

OS: Windows 10
Browser: Chrome/Firefox

Angular, Nebular


Angular CLI: 6.0.3
Nebular : 2.0.0-rc.10

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:5

github_iconTop GitHub Comments

1reaction
nnixaacommented, Sep 24, 2018

Hi @jagarapusrinivasarao, I’m pretty sure there is some mistake in the steps to reproduce:

git clone akveo/ngx-admin.git
cd ngx-admin
npm install
npm start

as the output you received is for Nebular repo, not ngx-admin. Still leaving this issue as we need to get rid of those warnings.

0reactions
nnixaacommented, Jun 4, 2019

fixed in 4.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular circular dependency - Components call each other
I tried moving the modal calls to a service, but both components need this service injected and I have the circular dependency again....
Read more >
React Stepper component - Material UI - MUI
Steppers convey progress through numbered steps. It provides a wizard-like workflow. Steppers display progress through a sequence of logical and numbered steps.
Read more >
21 Best React Component Libraries To Try In 2021
In this article, we look at the 21 best React component libraries ... This makes React-Bootstrap an excellent choice for your app's UI...
Read more >
Stepper component with React Hooks and Context
In this tutorial, we're going to create a simple and easily customizable Stepper component. For the purpose of showing the Stepper component ......
Read more >
Self-hosted Retool release notes - Retool Docs
Added alert on editor when attempting to save a cyclic module dependency. ... Like Tabbed, it comes pre-configured with the new Steps component...
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