Living-with-machines / lwmdb

A django-based library for managing the Living with Machines newspapers metadata database schema
https://living-with-machines.github.io/lwmdb/
MIT License
2 stars 0 forks source link

Node / NPM Error on running docker command #183

Open dcsw2 opened 1 year ago

dcsw2 commented 1 year ago

Relating to versions of node / npm: despite having correct versions installed.

` => ERROR [node 4/5] RUN npm install -g npm@latest 1.8s

[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"}`

griff-rees commented 1 year ago

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.