#0 153.6 npm ERR! notsup Required: {"node":"^18.17.0 || >=20.5.0"}
#0 153.6 npm ERR! notsup Actual: {"npm":"8.19.4","node":"v16.20.2"}
Upgrade your node / npm version.
I am trying to setup vapor in my local. I ran ./vendor/bin/sail up -d command and return me below errors.
Processing triggers for man-db (2.9.1-1) ...
#0 153.6 npm ERR! code EBADENGINE
#0 153.6 npm ERR! engine Unsupported engine
#0 153.6 npm ERR! engine Not compatible with your version of node/npm: [email protected]
#0 153.6 npm ERR! notsup Not compatible with your version of node/npm: [email protected]
#0 153.6 npm ERR! notsup Required: {"node":"^18.17.0 || >=20.5.0"}
#0 153.6 npm ERR! notsup Actual: {"npm":"8.19.4","node":"v16.20.2"}
#0 153.6
#0 153.6 npm ERR! A complete log of this run can be found in:
#0 153.6 npm ERR! /root/.npm/_logs/2023-09-13T23_22_14_001Z-debug-0.log
I am using macbook pro m2 chip.
Please or to participate in this conversation.