michaelmendoza / node-studio

A library for visual programming of image-processing algorithms on dicom images
6 stars 4 forks source link

code for upgrade node to #14 #127

Open ZimuHuo opened 2 years ago

ZimuHuo commented 2 years ago

sudo apt install curl curl -sL https://deb.nodesource.com/setup_14.x | sudo bash - sudo apt install -y nodejs curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - sudo apt-get install -y nodejs

This solves the Linux node version problem. Tested it with fresh ubuntu! @Yifei-Jin

ZimuHuo commented 2 years ago

if you still have the extracting three@ issue, change 14 to 16

ZimuHuo commented 2 years ago

also try npm install three. It fixed the problem for both versions for me.