taiga-family / taiga-ui

Angular UI Kit and components library for awesome people
https://taiga-ui.dev
Apache License 2.0
3.23k stars 447 forks source link

🐞 - updater is not a function #1909

Closed depyronick closed 2 years ago

depyronick commented 2 years ago

Which @taiga-ui/* package(s) are the source of the bug?

Don't known / other

Please provide a link to a minimal reproduction of the bug

https://stackblitz.com/edit/taiga-starter

Is this issue blocking you?

Blocking

Description

While adding taiga-ui to my app project, I receive an updater is not a function error which does not let me continue with installation.

λ ng version

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

Angular CLI: 14.0.1
Node: 16.15.0
Package Manager: npm 8.5.5
OS: win32 x64

Angular: 14.0.1
... animations, cdk, cli, common, compiler, compiler-cli, core
... forms, material, material-moment-adapter, platform-browser
... platform-browser-dynamic, router

Package                         Version
---------------------------------------------------------
@angular-devkit/architect       0.1400.1
@angular-devkit/build-angular   14.0.1
@angular-devkit/core            14.0.1
@angular-devkit/schematics      14.0.1
@schematics/angular             14.0.1
rxjs                            7.5.5
typescript                      4.7.3
λ ng add taiga-ui
Skipping installation: Package already installed
? Do you want to use Taiga UI dialogs? Yes
? Do you plan on using custom SVGs/icons or addon-editor? If `Yes` we will include ng-dompurify as sanitizer, read more: https://taiga-ui.dev/icon-set#sanitizer Yes
? Do you want to use Taiga UI alerts? Yes
? Choose additional packages to install addon-charts      Components for various charts, graphs and visualizations, addon-commerce    Money-related extension with currencies, credit card
inputs and validators, addon-mobile      Components and tools specific to mobile version of the app, addon-table       Interactive table component and related utilities, addon-tablebars
Group action sliding toolbar, addon-editor      Rich text editor extension with related components, addon preview     Custom fullscreen dialog to preview various content such as documents,
images etc.
    The main packages will be installed - core,cdk,kit,icons
UPDATE package.json (2052 bytes)
updater is not a function

Angular version

14.0.1

Taiga UI version

2.48.0

Which browsers have you used?

Which operating systems have you used?

E-jarod commented 2 years ago

Same issue for me