Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lot of errors on typescript #29

Open
zaffranad opened this issue Mar 19, 2017 · 0 comments
Open

Lot of errors on typescript #29

zaffranad opened this issue Mar 19, 2017 · 0 comments

Comments

@zaffranad
Copy link

Hello,

I tried to use your starter project and found a lot of errors when I runned "npm start"
An idea on what is going on?

errors:

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetSidebar\TweetSidebarComponent.spec.ts
(30,9): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetSidebar\TweetSidebarComponent.spec.ts
(33,5): error TS2304: Cannot find name 'describe'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetSidebar\TweetSidebarComponent.spec.ts
(34,9): error TS2304: Cannot find name 'it'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetSidebar\TweetSidebarComponent.spec.ts
(37,13): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetMain\TweetMainComponent.spec.ts
(9,1): error TS2304: Cannot find name 'describe'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetMain\TweetMainComponent.spec.ts
(12,5): error TS2304: Cannot find name 'beforeEach'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetMain\TweetMainComponent.spec.ts
(16,5): error TS2304: Cannot find name 'beforeEach'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetMain\TweetMainComponent.spec.ts
(20,5): error TS2304: Cannot find name 'it'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetMain\TweetMainComponent.spec.ts
(22,9): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetContent\TweetContentComponent.spec.ts
(9,1): error TS2304: Cannot find name 'describe'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetContent\TweetContentComponent.spec.ts
(12,5): error TS2304: Cannot find name 'beforeEach'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetContent\TweetContentComponent.spec.ts
(16,5): error TS2304: Cannot find name 'beforeEach'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetContent\TweetContentComponent.spec.ts
(20,5): error TS2304: Cannot find name 'it'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetContent\TweetContentComponent.spec.ts
(22,9): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\pageTweets\PageTweetsComponent.spec.ts
(8,1): error TS2304: Cannot find name 'describe'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\pageTweets\PageTweetsComponent.spec.ts
(11,5): error TS2304: Cannot find name 'beforeEach'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\pageTweets\PageTweetsComponent.spec.ts
(15,5): error TS2304: Cannot find name 'beforeEach'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\pageTweets\PageTweetsComponent.spec.ts
(19,5): error TS2304: Cannot find name 'it'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\pageTweets\PageTweetsComponent.spec.ts
(21,9): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(8,1): error TS2304: Cannot find name 'describe'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(10,5): error TS2304: Cannot find name 'beforeEach'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(11,5): error TS2304: Cannot find name 'beforeEach'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(15,5): error TS2304: Cannot find name 'describe'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(16,9): error TS2304: Cannot find name 'it'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(19,13): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(21,9): error TS2304: Cannot find name 'it'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(24,13): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(27,13): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(31,5): error TS2304: Cannot find name 'describe'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(32,9): error TS2304: Cannot find name 'it'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(36,13): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(39,5): error TS2304: Cannot find name 'describe'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(40,9): error TS2304: Cannot find name 'it'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(45,13): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(47,13): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(49,9): error TS2304: Cannot find name 'it'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(55,13): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(59,13): error TS2304: Cannot find name 'expect'.
Child html-webpack-plugin for "index.html":

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant