Krutoy242 / mc-benchmark

Collect information about load time from Debug.log and output it in .MD file
20 stars 3 forks source link

File not generating on linux #2

Closed test23345 closed 7 months ago

test23345 commented 1 year ago

I installed node and tried to execute the program in my modpack's folder but it just doesn't seem to work, no log file no matter what I do.

Krutoy242 commented 1 year ago

Does you installed node correctly? Can you for example check node --version?

test23345 commented 1 year ago

Node Version is 18.14.0

Krutoy242 commented 1 year ago

Seems like on Linux path to executable is wrong. You probably need to call index.js file directly. Find where mc-benchmark is installed and run node "/full/path/mc-benchmark/index.js"

test23345 commented 1 year ago

Is there anything special I might have to do to install mc-benchmark on certain versions of linux, I can't seem to find the file path.

Krutoy242 commented 1 year ago

Sorry, I don't have Linux and don't know where Node install global packages here.

test23345 commented 1 year ago

But if I just followed the instructions on windows it should work right?

test23345 commented 1 year ago

I don't have the dependency lodash, is there anywhere I can get it?

Krutoy242 commented 1 year ago

But if I just followed the instructions on windows it should work right?

I don't know. I never used Linux before and don't know how node works on Linux.

Krutoy242 commented 1 year ago

I don't have the dependency lodash, is there anywhere I can get it?

Node always install app required dependencies by itself, no user actions required.

test23345 commented 1 year ago

I got it to work, but I am confused by making the charts.

Krutoy242 commented 1 year ago

I got it to work, but I am confused by making the charts.

How did you confused?

Krutoy242 commented 7 months ago

Im closing issue since no additional info provided. Feel free to write and i will open again!