-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Message: Class constructor BindingLanguage cannot be invoked without 'new' #723
Comments
@jeffflater This issue is pretty odd. Can you share a bit more about your project? |
It's like |
@jeffflater @bigopon @jeffflater I am facing the same issue. could anyone tell me what to do ? |
@pj41195 Can you try delete |
@bigopon I tried but still getting the same error message. |
Can you share a reproduction ? @pj41195 |
"aurelia-framework": 1.2.0 These are the version which i am using. I think it is surely related to some package upgradations. Previously it is working fine but after Jenkins rebuild the project, after that it is throwing an error |
@pj41195 Hey sorry for late reply, have you solved this? |
@jeffflater @pj41195 Is upgrading to binding 2.x an option? |
@jeffflater @bigopon Yes this problem is solved by updating few packages.. "aurelia-fetch-client": "1.4.0", But it creates another problem for me. IE11 through the error 'webpackJsonp' is undefined @jeffflater updating binding to 2.x..x did not work for me. use "aurelia-validation": "1.1.2", |
nakun |
kir tutun |
@mohammadamini0023 are you having the same issue? |
I'm submitting a bug report
The issues occurs when using "aurelia-framework": "1.2.0" and started when the [email protected] was published.
major.minor.patch-pre
Please tell us about your environment:
Operating System:
Windows 10
Node Version:
v6.10.2
NPM Version:
3.10.10
JSPM OR Webpack AND Version
JSPM 0.16.32 | webpack 2.1.0-beta.17
Browser:
Chrome latest
Language:
Javascript
Current behavior:
Binding engine throws error = Message: Class constructor BindingLanguage cannot be invoked without 'new'
Expected/desired behavior:
Binding engine should not throw exception
What is the expected behavior?
What is the motivation / use case for changing the behavior?
The text was updated successfully, but these errors were encountered: