-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
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
- lock
@loopback/buildtypescript version to 2.6
Side note
- the package needs to be published;
lb-mochacommand inbuildcurrent doesn't exist - there should be a way to essentially do an acceptance test of physically creating an app through CLI and then trying out
npm tandnpm startand making sure that they don't fail.
Comments
Reactions are currently unavailable