-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
After 1.2.1 release can't build the project. #4537
Comments
Which version of |
+1 |
I am building project with 2.9.2, which is highest I can go I believe. |
I am having this problem too |
I'm also experiencing this With TS 2.9.2, however on another machine it seems to work with utilities 1.2.1 and TS 2.9.2.. Continuing investigation. |
This fixed it for me. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Intended outcome:
Intended outcome : project builds.
I am using Apollo in my Angular 6 project. 6 days ago it stops compiling,
Actual outcome:
Actual outcome: Project fails to build. Error I am getting is 👍
ERROR in node_modules/apollo-cache-inmemory/node_modules/apollo-utilities/lib/util/mergeDeep.d.ts(2,52): error TS2370: A rest parameter must be of an array type.
How to reproduce the issue:
Not sure how to reproduce it. In my case it was working one day and it stopped next day without any changes. I guess apollo-utilities library went from 1.1.3 to 1.2.1
Versions
System:
OS: Linux 3.10 CentOS Linux 7 (Core)
Binaries:
Node: 8.9.4 - /usr/local/bin/node
npm: 5.6.0 - /usr/local/bin/npm
Browsers:
Chrome: 72.0.3626.121
Firefox: 60.5.1
npmPackages:
apollo-angular: ^1.5.0 => 1.5.0
apollo-angular-link-http: ^1.5.0 => 1.5.0
apollo-cache-inmemory: ^1.4.3 => 1.4.3
apollo-client: ^2.4.13 => 2.4.13
apollo-link: ^1.2.8 => 1.2.8
The text was updated successfully, but these errors were encountered: