Skip to content

Known Issues

Antony Budianto edited this page Jun 3, 2016 · 6 revisions

Karma stack trace on PhantomJS

https://github.com/karma-runner/karma-jasmine/issues/120

For now please use karma-chrome-launcher for better debugging

TypeScript helpers duplicates

https://github.com/Microsoft/TypeScript/issues/3364

Module lodash or else not found

Try to run typings install and try to compile again, don't forget to check the module usage/exports. Most likely you run npm install with --ignore-scripts argument, that's why it's skipped.

Duplicate identifier when compiling TypeScript file

Try to remove /typings folder and run typings install, this happens when running typings install twice or more.

☀️ Support this starter by sharing it to your friends, giving stars, or pull requests! 😄

Clone this wiki locally