question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Deploy with ivy error

See original GitHub issue

Versions “apollo-angular”: “1.5.0”

Environment

Angular CLI: 8.1.2 Node: 10.15.3 OS: linux x64 Angular: 8.1.2 … animations, cli, common, compiler, compiler-cli, core, forms … language-service, platform-browser, platform-browser-dynamic … router, service-worker

Package Version

@angular-devkit/architect 0.801.2 @angular-devkit/build-angular 0.801.2 @angular-devkit/build-optimizer 0.801.2 @angular-devkit/build-webpack 0.801.2 @angular-devkit/core 8.1.2 @angular-devkit/schematics 8.1.2 @angular/cdk 8.1.1 @angular/flex-layout 8.0.0-beta.26 @angular/material 8.1.1 @angular/material-moment-adapter 8.1.1 @ngtools/webpack 8.1.2 @schematics/angular 8.1.2 @schematics/update 0.801.2 rxjs 6.5.2 typescript 3.4.5 webpack 4.35.2

tsconfig.app.json

"angularCompilerOptions": { "enableIvy": true, "allowEmptyCodegenFiles": true }

Bug

When running the command ng build, with ivy active, I get the following error in terminal

WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular/testing' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Entry point 'apollo-angular-link-http' contains deep imports into '/var/www/html/pwa-vimbo/node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Unknown member type: "[key: string]: (data: any) => void;

ERROR in Cannot combine @Input decorators with query decorators

Captura de Tela_selecionar área_20190724092912

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
jzahkacommented, Mar 11, 2020

@kamilkisiela the most recent version of apollo-angular-link-http-batch is 1.7.0 (I don’t see 1.9.0 as you mentioned above). 1.7.0 still has the deep import issue. This is causing Angular 9 AOT build to get stuck on compiling this library Compiling apollo-angular-link-http-batch : module as esm5

WARNING in Entry point 'apollo-angular-link-http-batch' contains deep imports into 'node_modules/graphql/language/printer'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

0reactions
GlauberFcommented, Oct 16, 2019
Read more comments on GitHub >

github_iconTop Results From Across the Web

Deploy with ivy error · Issue #1284 · kamilkisiela/apollo-angular
When running the command ng build, with ivy active, I get the following error in terminal. WARNING in Entry point 'apollo-angular-link-http' ...
Read more >
Ivy deploy fails intermittently with "java.io.IOException
Symptom: You're publishing artifacts to Nexus using Ivy, and it periodically fails with this error: BUILD FAILED.
Read more >
Deployment error - Axon.ivy | Q&A
When trying to deploy the application on the engine we encountered following error: java.lang.
Read more >
angular 8 with ivy cannot build - Stack Overflow
I migrated my package to angular 8 and i want to use ivy because i use lazy loaded modules. When i run ng...
Read more >
Deploying Angular 9 ivy packages - Medium
Deploying Angular 9 ivy packages ... As you have by now probably found out it is not possible (allowed) to release ivy built...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found