Suggestion to bump node versions
Link to reproduction
No response
Describe the Bug
Hello I was facing installation issue, when I was trying to get started with payload.
I'd like to suggest to bump .node-version file and package.json > engines.node property because it confuses the new user.
To Reproduce
- I just wanted to run npx create-payload-app for the very first time on node version 18.7.1 and then I selected ecommerce template and in a result I got an installation error. Having ubuntu operating system might also be the case but it looks like on the current node LTS version it installed properly so I guess the problem is there.
Payload Version
2.4.0
Adapters and Plugins
No response
Have you tried to reproduce on ubuntu?
Hey @Surm4 I tried to reproduce this on Ubuntu 22 LTS with these steps:
nvm install 18.17.1nvm use 18.17.1npx create-payload-app- choose ecommerce and then defaults
And it installs successfully for me with no errors.
In your screenshots I see this error
This suggests that it's instead an issue with the connection to npm instead
Are you able to reproduce this consistently? If so more information might be useful here, but I will mark it as can't reproduce for now
Closing as cannot reproduce. Please provide some more detail if this should be reopened.