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.

Build warning with 2.0.3

See original GitHub issue

I got the following warning building with Angular CLI:

Warning: Can't resolve all parameters for SignalR in C:/work/redacted/node_modules/ng2-signalr/src/services/signalr.d.ts: ([object Object], [object Object], ?). This will become an error in Angular v5.x

Everything is working fine, just flagging this if you are not aware 😃

I am using Angular 4.0.1, Angular CLI is 1.0.0, and ng2-signalr is 2.0.3 ✨ .

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:5
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
HNeukermanscommented, Apr 12, 2017

Hi @ogrim,

thx for letting me know.

1reaction
DOMZEcommented, Jul 24, 2017

@sam-s4s is right.

The SignalR is an Injectable class (Injectable decorator). It has 3 parameters which the 3rd cannot be inferred because it’s of type Function.

@HNeukermans there are ways to go around this. What would be your prefered way?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Developers - Build warning with 2.0.3 - - Bountysource
I got the following warning building with Angular CLI: Warning: Can't resolve all parameters for SignalR in ...
Read more >
hwloc-2.0.3 warnings · Issue #384 - GitHub
Warnings during build. The key reproduction flags seem to be -Wcpp and -Wstack-usage , althrough -Wall might be needed too.
Read more >
[hwloc-users] Build warnings with hwloc-2.0.3 - The Mail Archive
Folks, I'm getting the below build warnings with hwloc-2.0.3, gcc-7.3 on Ubuntu (with -Wall -O2): ... warning: stack usage might be unbounded [-Wstack-usage=] ......
Read more >
Warning: You're using Rubygems 2.0.3 with Spring. Upgrade ...
I am getting the error: Warning: You're using Rubygems 2.0.3 with Spring. ... Error installing mysql2: Failed to build gem native extension.
Read more >
NuGet Warning NU1605 - Microsoft Learn
Learn about .NET SDK error NETSDK1045, which occurs when the build tools can't find the requested version of the .NET SDK.
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