vanvalenlab / deepcell-label

Cloud-based data annotation tools for biological images
https://label.deepcell.org
Other
73 stars 14 forks source link

New node version incompatible with frontend installation #521

Open mimithecoconut opened 1 year ago

mimithecoconut commented 1 year ago

Currently the installation depends on node v16. So when the frontend installation is done with newer version of node, there will be an error when running yarn. We can see an example of a snapshot of the error message generated:

image

The current quickest solution is to use nvm and change to any node v16 with npm install <node version> and then npm use <node version>. For the future, a possible improvement is to ensure installation is extended for newer node versions.