During the Development installation of the NPM after introducing the npm install
command on the Windows command prompt an error log appears
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: @processmaker/processmaker@4.4.0-RC1
npm ERR! notsup Not compatible with your version of node/npm: @processmaker/processmaker@4.4.0-RC1
npm ERR! notsup Required: {"npm":"~8","node":">=16.18 >19"}
npm ERR! notsup Actual: {"npm":"8.19.2","node":"v18.12.1"}
As you see I already modified the package.json to make it work with the current version of Node and NPM but for some reason it does not recognize it.
Im installing it on a Xampp in Windows 10.