Unable to Download Neutrinos Studio with Latest nodejs (v22) version

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

1 Like

@BHARBJ @kc11
Please downgrade the Node.js version to 14 or 16, or use NVM (Node Version Manager).

4 Likes

@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:

  1. Downgrade Node.js to a supported version

After installation, use the command:

nvm install 16.16.0

nvm use 16.16.0

  • or replace 16.16.0 with a suitable version.
4 Likes

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.

3 Likes

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.

2 Likes

@Muhseena_T @ragesh-a

1 Like

Hey! Try this:

  1. Go to the .neutrinos folder.
  2. Inside, find the settings.json file.
  3. In the JSON, look for the ids section.
  4. Find the CLOCK_TOLERANCE key and increase the value (default is 60).
  5. Try setting it to 90 or higher and test again.
3 Likes

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

2 Likes

@ragesh-a @Muhseena_T

1 Like

Is there a specific operating system you are suggesting to work with the Neutrinos studio?

2 Likes

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)?

3 Likes

Neutrinos Studio supports macOS, Ubuntu, and Windows, so you can choose the operating system that best for you.

2 Likes

Yes I used nvm to install node 16.16.0. After reopened the terminal node version persists as the same 16.16.0.

2 Likes