I am using Loopback 4 to create a REST-ful API. I'm a mobile developer by trade so typescript et al is all pretty new to me, so please be kind ;)
I created the app using CLI v1.21.4, and saw a message to say that an update is available. I therefore updated my global installation of the CLI. But then when I try and run one of the commands such as lb4 model
I see the message:
The project was originally generated by @loopback/cli@1.21.4.
The following dependencies are incompatible with @loopback/cli@1.23.1:
- typescript: ~3.5.3 (cli ~3.6.3)
- @loopback/authentication: ^2.2.2 (cli ^3.1.1)
I would of course like to take advantage of these newer modules, but I am unsure how to update my app scaffolding and dependencies. Could anyone offer some advice please?