Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@ng-bootstrap/ng-bootstrap is not in the package.json when angular project created #21124

Open
1 task done
mk0003 opened this issue Oct 18, 2024 · 0 comments
Open
1 task done
Labels

Comments

@mk0003
Copy link

mk0003 commented Oct 18, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Description

I created an angular abp project with asp.net webapi with abp studio and when i started the angular project it failed because "@ng-bootstrap/ng-bootstrap" package is missing.

This is npm start log: https://gist.github.com/mk0003/f0fc89f7971b17d07dd6f8b5e2ed7e82

Reproduction Steps

  1. Create an angular project using abp studio or abp cli 0.9.1.
  2. Open angular folder in any terminal app.
  3. Run "npm start" or "ng serve".

Expected behavior

I expected to project to run.

Actual behavior

Project gives a lot of errors and fails.

Regression?

No response

Known Workarounds

Run "ng add @ng-bootstrap/ng-bootstrap" in angular folder.

Version

8.3.2

User Interface

Angular

Database Provider

EF Core (Default)

Tiered or separate authentication server

Tiered

Operation System

Windows (Default)

Other information

Even after installing "@ng-bootstrap/ng-bootstrap" package when i start the project but i am still getting blank page because of javascript errors. The error is about UserMenuService and inject() and it comes from "@abp/ng.theme.shared" package.
Error log: https://gist.github.com/mk0003/c45de48d51c5c6edbbd2763eef98ebf6

@mk0003 mk0003 added the bug label Oct 18, 2024
@mk0003 mk0003 changed the title @ng-bootstrap/ng-bootstrap is not in package.json when new angular project created @ng-bootstrap/ng-bootstrap is not in the package.json when angular project created Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant