ExpoSE icon indicating copy to clipboard operation
ExpoSE copied to clipboard

node v14.16.1 is not compatible anymore (we now need node v14.17.0)

Open gogo9th opened this issue 2 years ago • 1 comments

npm ERR! code ENOTSUP
npm ERR! notsup Unsupported engine for [email protected]: wanted: {"node":"^14.17.0 || ^16.13.0 || >=18.0.0"} (current: {"node":"14.16.1","npm":"6.14.12"})
npm ERR! notsup Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Required: {"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}
npm ERR! notsup Actual:   {"npm":"6.14.12","node":"14.16.1"}

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/skyer/.npm/_logs/2023-08-09T05_50_11_397Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: `./scripts/postinstall`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/skyer/.npm/_logs/2023-08-09T05_50_11_435Z-debug.log

gogo9th avatar Aug 09 '23 06:08 gogo9th

I think 14.16.1 is still correct with the adjusted instructions

jawline avatar Oct 02 '23 15:10 jawline