-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
TypeScript 2.7 breaks @types/lodash
#959
Comments
Closing since the issue seems to be fixed |
We should find a way how to keep using the lastest TypeScript version. For example, it may be enough to upgrade some of our |
Reopening since it doesn't seem to be affecting just the apps generated by the CLI @b-admike |
Yeah I was trying out https://github.com/raymondfeng/loopback4-example-di and this is what happened/ how I resolved it:
|
See #932 |
@b-admike @shimks I am not able to reproduce this problem. I don't have any globally-installed version of Using
Strangely enough, I am seeing an older version of
This looks like an issue in
However, it should not affect our use case, because we are invoking
|
Looks like this has been fixed in the latest version of lodash (4.14.103). Try running |
I've been able to verify that builds from CLI generated apps no longer error out. @b-admike Could you also verify that your use case also builds correctly before the fix you applied? |
Yeah it's good on my end as well! |
Closing since the issue seems to have been fixed with the latest version of lodash. Thanks @aj-r for letting us know! |
Description/Steps to reproduce
Currently, a LoopBack4 app created by the CLI tool will not compile correctly due to compatibility issue with
@types/lodash
and TypeScript.Fix
@loopback/build
typescript version to 2.6Side note
lb-mocha
command inbuild
current doesn't existnpm t
andnpm start
and making sure that they don't fail.Comments
The text was updated successfully, but these errors were encountered: