-
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
Getting Started steps don't work on modern Node versions #10798
Comments
@graforlock, I was able to create a LoopBack4 app using the same version of Node.js as you do. Here is my output:
There's no
|
Node 23.7.0 is also not supported at the moment: https://github.com/loopbackio/loopback-next/blob/master/package.json#L76 lb4 app
Node.js "23.7.0" is not supported. Please use a version that satisfies "18 || 20 || 22". Should I expect any problems using Node 23.7.0 with latest Loopback 4? |
I would think it works with Node.js 23. I've created PR#10826 to add it to CI. |
Describe the bug
Following getting started, we are meant to do
lb4 app
but that fails with_.gitignore
I see that loopback 4 supports very obscure and unmaintained version of node instead (v16).
Can that be made to support current LTS versions?
Logs
No response
Additional information
No response
Reproduction
Following https://loopback.io/getting-started.html tutorial on any LTS (or newer) Node
The text was updated successfully, but these errors were encountered: