We are unable to download Neutrinos Studio with Node.js version (v22).
Please help resolve this issue and let us know is there any possibility that we can run studio with V22.
@Muhseena_T @ragesh-a @doomedCode @BHARBJ @kc11
We are unable to download Neutrinos Studio with Node.js version (v22).
Please help resolve this issue and let us know is there any possibility that we can run studio with V22.
@BHARBJ @kc11
Thank you for reaching out.
Neutrinos Studio currently supports Node.js versions between 14.x.x and 16.x.x. Since you are using Node.js v22, the application will not work as expected. To resolve this:
After installation, use the command:
nvm install 16.16.0
nvm use 16.16.0
However, the latest Neutrinos Studio build supports Node.js v20. If you prefer to continue with Node.js v20, please send a mail to “ragesh.a@neutrinos.co”, and I will provide you with the drive link to download the latest version.
Unfortunately, Node.js v22 is not compatible yet, so you’ll still need to downgrade for now.
Hi I am trying to install n-studio 9.2.3 in my ubuntu machine. I have installed node v16.20.2. I got the below error. Can anybody help me to fix the issue.
Hey! Try this:
.neutrinos folder.settings.json file.ids section.CLOCK_TOLERANCE key and increase the value (default is 60).Thanks for the reply @ragesh-a. I have modified the CLOCK_TOLERANCE as 120 in the settings.json. But now I got the different error. Please take a look into the screenshot. It is regarding the node version. I have installed v16.16.0
Is there a specific operating system you are suggesting to work with the Neutrinos studio?
Are you installed node.js 16 on your Ubuntu system using NVM? If so, could you please verify that the Node version persists across terminal session (eg., after closing and reopening the terminal)?
Neutrinos Studio supports macOS, Ubuntu, and Windows, so you can choose the operating system that best for you.
Yes I used nvm to install node 16.16.0. After reopened the terminal node version persists as the same 16.16.0.