Angular2 recently [updated their dependencies](https://www.reddit.com/r/Angular2/comments/4hk0f8/the_angular2_team_is_changing_the_repository_on/) in NPM by scoping them. As such, ng2-prism's dependencies don't work anymore. Dependencies should be like this now: ``` "dependencies": { "@angular/core": "2.0.0-rc.1", ... } ``` And `import { Component, ...} from '@angular2/core';` You can see a list of all angular2 packages on NPM [here](https://www.npmjs.com/~angular).