Imageomics / Andromeda

A website that enables users to explore high-dimensional image data
http://andromeda.imageomics.org/
MIT License
2 stars 1 forks source link

Update typescript node #103

Closed egrace479 closed 3 months ago

egrace479 commented 3 months ago

match typechecking node version to dockerfile

johnbradley commented 3 months ago

I'm also getting the error the automated tests hit:

rm -rf node_modules
npm install

Output:

npm ERR! code ETARGET
npm ERR! notarget No matching version found for @types/node@18.20.3.
npm ERR! notarget In most cases you or one of your dependencies are requesting

Perhaps this package doesn't follow the nodejs releases that closely.

johnbradley commented 3 months ago

Looks like 18.19.38 is the most recent in the 18.x series: https://www.npmjs.com/package/@types/node?activeTab=versions

johnbradley commented 3 months ago

Could you update package-lock.json as well? https://github.com/Imageomics/Andromeda/blob/15b9c57ff91f815747ad2a6a2409bc594676f0fa/andromeda-ui/package-lock.json#L11 I think you can just do npm install and it will sort it out.