DanWahlin / Angular-JumpStart

Angular and TypeScript JumpStart example application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid module name in augmentation, module '../../Observable' cannot be found.

coolAsit opened this issue · comments

I have installed npm and also started .I am getting two error both are same

Error TS2664 Invalid module name in augmentation, module '../../Observable' cannot be found. D:\MyAngular2Demo\node_modules\rxjs\add\operator\map.d.ts 2

I'm not able to duplicate the error unfortunately. I'm assuming that you have the required version of Node (see the readme for details) and have followed the specific set of steps. I'm running it on my Mac and Windows machines successfully so it's hard to say with only that error. If there are any other errors shown let me know. I'd recommend deleting the node_modules folder and trying to run npm install again just to see if something didn't get downloaded properly.

I'm going to go ahead and close this since I'm not aware of an issue and haven't been able to duplicate the error. If you do what I suggest above and still have a problem let me know.