Description
npm run setup fails with npm v8.10.0 and node v18.1.0
Instead, it yields a ERESOLVE unable to resolve dependency tree error.
Running it with the --legacy-peer-deps flag produces
npm ERR! code ETARGET
npm ERR! notarget No matching version found for [email protected].
Steps to reproduce
On a windows machine (perhaps on other operating systems as well) typing npm run setup into terminal results in an error.
Expected behavior
The initial setup of the project should execute
Screenshots

Versions
- React-Boilerplate: 4.0.0
- Node/NPM: v18.1.0 / v8.10.0
- Browser: N/A
Description
npm run setupfails with npm v8.10.0 and node v18.1.0Instead, it yields a
ERESOLVE unable to resolve dependency treeerror.Running it with the
--legacy-peer-depsflag producesSteps to reproduce
On a windows machine (perhaps on other operating systems as well) typing npm run setup into terminal results in an error.
Expected behavior
The initial setup of the project should execute
Screenshots

Versions