ExpoSEJS / ExpoSE

A Dynamic Symbolic Execution (DSE) engine for JavaScript. ExpoSE is highly scalable, compatible with recent JavaScript standards, and supports symbolic modelling of strings and regular expressions.
MIT License
183 stars 36 forks source link

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

Open gogo9th opened 11 months ago

gogo9th commented 11 months ago
npm ERR! code ENOTSUP
npm ERR! notsup Unsupported engine for make-fetch-happen@11.1.1: 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: make-fetch-happen@11.1.1
npm ERR! notsup Not compatible with your version of node/npm: make-fetch-happen@11.1.1
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! ExpoSE@0.0.2 postinstall: `./scripts/postinstall`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the ExpoSE@0.0.2 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
jawline commented 10 months ago

I think 14.16.1 is still correct with the adjusted instructions