rxjs: Cannot find type definition file for 'chai'

Edit: fixed in rc4

New in rc.2:

C:\projects\dayapp\node_modules\rxjs\observable\PairsObservable.d.ts Error:(1, 1) TS2688: Cannot find type definition file for ‘chai’. C:\projects\dayapp\node_modules\rxjs\observable\dom\AjaxObservable.d.ts Error:(1, 1) TS2688: Cannot find type definition file for ‘chai’.

workaround

npm install --save-dev @types/chai

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Reactions: 22
  • Comments: 22 (12 by maintainers)

Commits related to this issue

Most upvoted comments

I can confirm this error in RC3. Still

PairsObservable.d.ts(1,1): error TS2688: Cannot find type definition file for ‘chai’. AjaxObservable.d.ts(1,1): error TS2688: Cannot find type definition file for ‘chai’.

error on compile.

I believe this issue is fixed with latest rc.4 package publish.

@here it is known and reproducible issue with latest package and currently expected to resolve in next package publish.

@karlbohlmark I think we will.