Closed shtanaka closed 6 years ago
Well I just followed basic setup of Apollo-Angular . (https://www.apollographql.com/docs/angular/basics/setup.html)
I had to edit node_modules/tsconfig to make it works (see https://github.com/apollographql/graphql-subscriptions/issues/83#issuecomment-326675684).
It does work with npm run start:web
and npm run electron:windows
. (no mac here to test npm
)
I close the issue. It an issue of apollo-angular/typescript.
Hi,
I am trying to import some Apollo packages to angular but it is not working in the build. my dependencies are as following:
the comand
npm run start:web
is running properly but everytime i try to build the app usingnpm run electron:mac
i get the following errors:apparently some duplicate identifiers between the packages that electron doesn't handle, but I couldn't find it yet.
Does anyone has a clue of what is happening ?