Open dcsw2 opened 1 year ago
Relating to versions of node / npm: despite having correct versions installed.
[node 4/5] RUN npm install -g npm@latest: 1.188 npm ERR! code EBADENGINE 1.189 npm ERR! engine Unsupported engine 1.189 npm ERR! engine Not compatible with your version of node/npm: npm@10.1.0 1.190 npm ERR! notsup Not compatible with your version of node/npm: npm@10.1.0 1.190 npm ERR! notsup Required: {"node":"^18.17.0 || >=20.5.0"} 1.190 npm ERR! notsup Actual: {"npm":"9.6.3","node":"v19.9.0"}`
I think that was fixed in: https://github.com/Living-with-machines/lwmdb/pull/182. Try another pull from main and see if it works.
main
Relating to versions of node / npm: despite having correct versions installed.
` => ERROR [node 4/5] RUN npm install -g npm@latest 1.8s