Npm command returns error

I keep getting errors when I try to install redwood from the CLI.

node --v : v14.21.0
yarn --v: 1.15.2

HI @Erriccc did you ever make progress on this?

It’s likely your Node version is the problem as Redwood’s packages are v16, so you’d need to use 16 or greater. (There are lots of ways to efficiently manage Node — check out the Prerequisites page of the tutorial.)

If you need further help, please copy+paste the install command your using and the error output. The most common way to install a new redwood project is:

yarn install redwood-app ./path-to-new-directory