Skip to content

Recent checkout from master (8c566caee55341bfd15e3cda764da5fcd434e941) does not build #1853

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

Closed
catull opened this issue Aug 26, 2016 · 5 comments

Comments

@catull
Copy link
Contributor

catull commented Aug 26, 2016

Please provide us with the following information:

  1. OS?
    OS X 10.11.6 (El Capitan), this is platform-independent
  2. Versions.
    build problem, not ng problem
  3. Repro steps.
   git clone [email protected]:angular/angular-cli.git angular-cli.git
   cd angular-cli.git
   git log -n 1
   npm install
   npm run build
  1. The log given by the failure. Normally this include a stack trace and some
commit 8c566caee55341bfd15e3cda764da5fcd434e941
Author: Filipe Silva <[email protected]>
Date:   Fri Aug 26 02:28:55 2016 +0100

    fix(build): copy dot files in assets

    Close #1758
    Close #1847

> [email protected] build angular-cli.git
> for PKG in packages/*; do echo Building $PKG...; tsc -P $PKG; done

Building packages/ast-tools...
node_modules/@angular/tsc-wrapped/src/compiler_host.d.ts(6,31): error TS2420: Class 'DelegatingHost' incorrectly implements interface 'CompilerHost'.
  Property 'getDirectories' is missing in type 'DelegatingHost'.

npm ERR! Darwin 15.6.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "build"
npm ERR! node v6.4.0
npm ERR! npm  v3.10.6
npm ERR! code ELIFECYCLE
npm ERR! [email protected] build: `for PKG in packages/*; do echo Building $PKG...; tsc -P $PKG; done`
npm ERR! Exit status 1
  1. Mention any other details that might be useful.

Thanks! We'll be in touch soon.

@catull
Copy link
Contributor Author

catull commented Aug 28, 2016

The problem is still there, after commit id 7f70095.

@catull
Copy link
Contributor Author

catull commented Aug 29, 2016

Upgrading to a more recent tsc-wrapper solves the problem temporarily.
This did the trick:

npm install https://github.com/angular/tsc-wrapped-builds/tarball/2.0.0-af63378 --save
npm run build

@catull
Copy link
Contributor Author

catull commented Aug 29, 2016

Any idea when your fellow colleagues stabilise @angular/tsc-wrapped ?

@filipesilva
Copy link
Contributor

Closing as obsolete (a lot has changed in the last 22 days).

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants