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

When I try to install your package. Can you help me? #1175

Closed
stojankukrika opened this issue Jan 4, 2017 · 1 comment
Closed

When I try to install your package. Can you help me? #1175

stojankukrika opened this issue Jan 4, 2017 · 1 comment

Comments

@stojankukrika
Copy link

ERROR in D:\xampp\htdocs\anvel\node_modules@ng-bootstrap\ng-bootstrap\buttons\radio.d.ts
(11,14): error TS1005: '=' expected.

ERROR in D:\xampp\htdocs\anvel\node_modules@ng-bootstrap\ng-bootstrap\buttons\radio.d.ts
(11,22): error TS1005: ';' expected.

ERROR in D:\xampp\htdocs\anvel\node_modules@ng-bootstrap\ng-bootstrap\buttons\radio.d.ts
(11,14): error TS2304: Cannot find name 'disabled'.

@pkozlowski-opensource
Copy link
Member

@stojankukrika it is TypeScript version issue. It looks like you are using TS 1.8 and e24f4c6 introduced a breaking change that requires TS 2.0...

We are going to fix it and restore TS 1.8 compatibility but till it is done you've got 2 options:

  • upgrade to TS 2.0.x
  • downgrade ng-bootstrap package version to 1.0.0-alpha.15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants