-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
1.0.0-beta.6 compilation error: TS2339: Property 'config' does not exist on type 'typeof Async'. #991
Comments
I'm also seeing this problem |
The error is from Bluebird.config(...) Looks like some bluebird typing messed up. |
Install the typings to fix the problem. |
Not only do you need to
from |
@jeremy-holt the old import did not fail our testing. Are you using |
Yes
|
Also you can no longer have in your route.config |
cli generated skeleton by default didn't turn on esModuleInterop. @jeremy-holt would you mind to create an issue in aurelia-router on the activationStrategy+TS+ esModuleInterop? Recently the router project has been migrated from esnext+flow to TS, might be related. |
Sure |
I'm submitting a bug report
1.0.0-beta.6
Please tell us about your environment:
Operating System:
Windows 10
Node Version:
10.12.0
NPM Version:
6.4.1
Browser:
all
Language:
TypeScript 3.1.6
Loader/bundler:
Webpack
Current behavior:
au new newproject
au run --env dev --watch
What is the expected behavior?
A new project should compile with no errors. ;)
What is the motivation / use case for changing the behavior?
Zero error messages gives developers happy thoughts.
The text was updated successfully, but these errors were encountered: