Having upgraded to Angular rc.0 (same issue with rc.1) I get these errors 
when building:

Error 5431 Ambient modules cannot be nested in other modules. 
        
F:\depot\depot\code\main\web\CedarsReport\node_modules\rxjs\add\operator\map.d.ts
Error 5432 Ambient module declaration cannot specify relative module name. 
F:\depot\depot\code\main\web\CedarsReport\node_modules\rxjs\add\operator\map.d.ts
Error 5433 Ambient modules cannot be nested in other modules. 
F:\depot\depot\code\main\web\CedarsReport\node_modules\rxjs\add\observable\fromEvent.d.ts
Error 5434 Ambient module declaration cannot specify relative module name. 
F:\depot\depot\code\main\web\CedarsReport\node_modules\rxjs\add\observable\fromEvent.d.ts
Error 5435 Build: Ambient modules cannot be nested in other modules. 
F:\depot\depot\code\main\web\CedarsReport\node_modules\rxjs\add\observable\fromEvent.d.ts
Error 5436 Build: Ambient module declaration cannot specify relative module 
name. 
F:\depot\depot\code\main\web\CedarsReport\node_modules\rxjs\add\observable\fromEvent.d.ts
Error 5437 Build: Ambient modules cannot be nested in other modules. 
        
F:\depot\depot\code\main\web\CedarsReport\node_modules\rxjs\add\operator\map.d.ts
Error 5438 Build: Ambient module declaration cannot specify relative module 
name. 
F:\depot\depot\code\main\web\CedarsReport\node_modules\rxjs\add\operator\map.d.ts

No idea what to even look at here. Any ideas?

I'm using rxjs 5.0.0-beta.6

My typings.json has:

{
  "globalDependencies": {
    "core-js": "registry:dt/core-js#0.0.0+20160602141332",
    "jasmine": "registry:dt/jasmine#2.2.0+20160621224255"
  }
}

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to