-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Contributting: Build error #875
Comments
@albanx Please follow the issue template as it would be good to know your TypeScript version. |
@davideast I just did an installation from scracht installing the default stuff included in the package.json. I updated with some more info the issue. |
Your TypeScript version is local to your machine. Do a |
I do not understand, what do you mean local? the global node package or the
local node package?
@davidarich I do not have tsc compiler installed
…On Wed, Mar 29, 2017 at 7:47 PM, David East ***@***.***> wrote:
Your TypeScript version is local to your machine.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#875 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABFAqJnpL2bZWY8loSuw1Ah0PC2JrXGiks5rqpkogaJpZM4MsvSH>
.
|
Really strange no where there is an instruction to install typescript with angular 2 |
@davideast I did a fresh install, removed, cli, installed everything from scratch including tsc and angular, same result. I will try on a fresh linux distro now. |
Run on ubuntu same results:
|
@albanx What OS are you running? Please use the issue template. |
David you have all details above. I run it on MacOs Sierra, then on
Ubuntu... I tried fresh install of every package. The result is the same
error.
…On 30 Mar 2017 02:06, "David East" ***@***.***> wrote:
@albanx <https://github.com/albanx> What OS are you running? Please use
the issue template.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#875 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABFAqHLmgvhjuFpCNpgXGRkG1awD_AZ0ks5rqwAegaJpZM4MsvSH>
.
|
@davideast Please look the edit. Just to clarify this is not a bug regarding the use of the library, but a bug regarding the development of it (I am trying to contribute to it) |
@albanx Please don't make substantial edits to GitHub comments. Unlike Stack Overflow, for example, there is no edit history, so substantial edits can make conversations much more difficult to follow. |
@albanx From a console located in the project's root, run the commands separately, to verify which is failing:
Also, your branch is not up to date with the latest master. You should address that, too. |
@cartant of course I just added more information on the issue, I did not change the scope of it. The problem is still the same. Do you have any clue why I have this issue? Can someone please try the exact same thing and let me know if it works? |
@cartant
I forked the branch 1 day ago, how outdate can it be? |
@albanx How out-of-date doesn't matter. If you have a problem, you have to remove as many differences and variables as possible. What happens if you run |
@davideast "How out-of-date doesn't matter" forked 24 hours ago yesterday on a mac pc, then 10 hours ago on a ubuntu pc, do you want me to do a fresh clone now? (but it will be again 1 minute out of date)? |
Just cloned again right now, here is the errors (slighty changed due to the fix done some hours ago from David probably): MacOS Sierra, Tsc Version 2.2.2
|
@albanx @davideast Well, I've reproduced the problem, but I don't yet know the cause. I'll have a look into it, but probably not till tomorrow. |
@albanx @davideast The problem is down the In 2.5.46 - the latest version is 2.5.47 - the declarations where significantly changed and many uses of I'll look further into the tests to see what needs to be fixed, but in the meantime, the workaround is to install a pre-2.5.46 version:
|
By following the instruction of the contribute page https://github.com/angular/angularfire2/blob/master/CONTRIBUTING.md#setup, I tried to build locally:
The last command failed with the following:
Node info:
Typescript version @2.2.1 (from angular cli):
OS:
MacOS Sierra 10.12.3
The text was updated successfully, but these errors were encountered: