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

🐞 - bug in running project with taiga #6111

Closed
4 of 9 tasks
yasinsiadat opened this issue Nov 27, 2023 · 3 comments
Closed
4 of 9 tasks

🐞 - bug in running project with taiga #6111

yasinsiadat opened this issue Nov 27, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@yasinsiadat
Copy link

Playground Link

No response

Description

we have a project in Angular and use Taiga UI after a month we clone the project but we facing error , we use the same previous node version and don't change the package.json file of project

system feature:

os : ubuntu 22.0.4

node version 18.18.2

package.json code :

{
"name": "project",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.0.4",
"@angular/cdk": "^16.0.0",
"@angular/common": "^16.0.4",
"@angular/compiler": "^16.0.4",
"@angular/core": "^16.0.4",
"@angular/forms": "^16.0.4",
"@angular/platform-browser": "^16.0.4",
"@angular/platform-browser-dynamic": "^16.0.4",
"@angular/router": "^16.0.4",
"@fortawesome/fontawesome-free": "^6.4.0",
"@metamask/detect-provider": "^2.0.0",
"@taiga-ui/addon-mobile": "^3.38.0",
"@taiga-ui/cdk": "^3.38.0",
"@taiga-ui/core": "^3.38.0",
"@taiga-ui/icons": "^3.38.0",
"@taiga-ui/kit": "^3.38.0",
"@tinkoff/ng-dompurify": "3.0.0",
"@tinkoff/ng-polymorpheus": "^4.1.0",
"@types/node": "^20.2.5",
"angular-svg-icon": "^16.0.0",
"angularx-qrcode": "^16.0.0",
"dompurify": "2.2.9",
"ngx-resize-observer": "^2.5.2",
"primeflex": "^3.3.1",
"rxjs": "~7.8.1",
"ts-node": "^10.9.1",
"tslib": "^2.5.2",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.4",
"@angular/cli": "~16.0.4",
"@angular/compiler-cli": "^16.0.4",
"@types/dompurify": "2.2.3",
"@types/jasmine": "~4.3.2",
"@types/qrcode": "^1.5.1",
"jasmine-core": "~4.6.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~5.0.4"
}
}

and image of the error :
image
Screenshot from 2023-11-27 18-28-55
Screenshot from 2023-11-27 18-29-32

Angular version

16.0.4

Taiga UI version

3.38.0

Which browsers have you used?

  • Chrome
  • Firefox
  • Safari
  • Edge

Which operating systems have you used?

  • macOS
  • Windows
  • Linux
  • iOS
  • Android
@yasinsiadat yasinsiadat added bug Something isn't working state: need triage labels Nov 27, 2023
@MeMichaelAngelo
Copy link

MeMichaelAngelo commented Nov 28, 2023

I tried run taiga on version 2.99 but encountered the same problem.
I used only "npm install @taiga-ui/core@latest @taiga-ui/kit@latest" and this solved my problem.

I hope it solve your problem too :)

@nsbarsukov
Copy link
Member

@yasinsiadat Hello!

  1. Remove @tinkoff/ng-polymorpheus from your dependencies.
  2. Delete node_modules and package-lock.json.
  3. Run npm i.

@nsbarsukov
Copy link
Member

If problem still persists, try to update to the latest 3.56.0-version.
And then repeat this algorithm #6111 (comment).

@waterplea waterplea closed this as not planned Won't fix, can't repro, duplicate, stale Nov 28, 2023
@waterplea waterplea self-assigned this Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

4 participants