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

Getting error #8

Open
tylerzika opened this issue Oct 29, 2016 · 3 comments
Open

Getting error #8

tylerzika opened this issue Oct 29, 2016 · 3 comments

Comments

@tylerzika
Copy link

tylerzika commented Oct 29, 2016

I followed the instructions. The local server starts when I type gulp on the CLI. When I go to the add contact page, it just keeps loading. 😕

Here's a specific error from the CLI.

typings/globals/lodash/index.d.ts(10168,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'memoize' must be of type '{ <T extends Function>(func: T, resolver?: Function): T & MemoizedFunction; Cache: MapCacheConstr...', but here has type '{ <T extends Function>(func: T, resolver?: Function): T & MemoizedFunction; Cache: MapCache; }'.

screen shot 2016-10-28 at 5 07 23 pm
screen shot 2016-10-28 at 5 08 23 pm

@watzon
Copy link
Owner

watzon commented Oct 29, 2016

Hmm odd. Will you please list your Typescript version and node version?

@tylerzika
Copy link
Author

tylerzika commented Oct 29, 2016

Node v6.9.1

Typescript 2.0.6

My app also opens on port 8085 by default, unlike what is mentioned in the README. Not sure if that has anything to do with the issue. Just thought I'd mention it.

@watzon
Copy link
Owner

watzon commented Oct 29, 2016

Oh no, that's right. I'll have to update the README. I'll look into what might be causing this error. In the last update I removed some files from typings.json which has mostly fixed the error messages that appear upon compilation

@watzon watzon added the bug label Oct 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants