-
Notifications
You must be signed in to change notification settings - Fork 429
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
ctorParameters.map is not a function (wrong built solution?) #496
Comments
It worked yesterday.. but today. i have reinstalled node_modules and it doesnt work.. mabye wrong built solution??? |
I have to use version older than 2.2.0 because our solutions dont work after that "firebooster" version in IE11,.. Without any error.. Dragula worked for me with version 1.2.2-0 ysterday,.. but i have reinstalled Node_modules today and it throws that error :-/ |
Getting the error "Uncaught TypeError: ctorParameters.map is not a function It works well with angular 2.2.3 but not with older versions of angular Please help need solution in urgent. Thank you |
I am seeing the same issue as @piyushxh |
ok i found another npm package which is also good ng2-dnd |
Hey guys any update on this? this morning I've updated my app | - angular2-webpack-starter@5.0.5 And after those modules are updated the Uncaught TypeError: ctorParameters.map is not a function error appears. I'm running angular 2.4.1, yesterday the app was worked fine. |
Hi It seems to work with version 1.2.0. I get the error with version 1.2.2. I'm running angular 2.1.1. Hope this helps someone. Cheers. |
I'm getting this error running ng2-dragula@1.2.0 as well as ng2-dragula@1.2.2. |
I also have this error using 1.1.17 of ng2-bootstrap. |
+1 |
It also happens with value-software ng2-popover. |
guys please compare your package.json to valor-software/ngx-bootstrap#1497 (comment) |
Here you got a few things i did to solve this problem, in my case i was tryin' to deploy my node app on a docker container but the dependencies were bad configured. I hope it helps. |
I've found that this issue is caused by any number of packages expecting the version of Angular Core to be different than what is actually installed. I was able to figure out the cause of this issue by looking at the error report from
This helped me realize that one of my packages expected Angular to be at v2.4.4, but I'm using v2.0.1. I updated my package.json to have both packages set to my core version like this:
Your issue might not be with @angular/platform-server, but I hope this helps debug it |
looks like angular compiler cli issue Try to import from |
reflection_capabilities.js:58 Uncaught TypeError: ctorParameters.map is not a function
at ReflectionCapabilities.parameters (http://localhost:4200/main.bundle.js:56680:45)
at Reflector.parameters (http://localhost:4200/main.bundle.js:56814:44)
at CompileMetadataResolver.getDependenciesMetadata (http://localhost:4200/main.bundle.js:34977:54)
at CompileMetadataResolver.getTypeMetadata (http://localhost:4200/main.bundle.js:34942:26)
at CompileMetadataResolver.getDirectiveMetadata (http://localhost:4200/main.bundle.js:34717:28)
at http://localhost:4200/main.bundle.js:34786:49
at Array.forEach (native)
at CompileMetadataResolver.getNgModuleMetadata (http://localhost:4200/main.bundle.js:34779:44)
at http://localhost:4200/main.bundle.js:34767:50
at Array.forEach (native)
The text was updated successfully, but these errors were encountered: