Help needed with "make all-tests" #1326
-
|
My eventual goal is to run I'm building V86 on a Debian 12 (64 Bit) host, and I'm using eslint v6.4.0 from Debian's standard APT package repository, as well as npm 9.2.0. make eslintIf I run Running the suggested Further attempts to install How am I supposed to install eslint? make devices-testThere seem to be 15 make targets for testing, all PASS locally here except for Failed test make testsWhen running
They all timeout. I've removed these image files and the corresponding tests get skipped, but is this to be expected? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is an outdated version, can you remove it, run
Tests with these images are skipped if the required files are not found. What is your list of files in the |
Beta Was this translation helpful? Give feedback.
This is an outdated version, can you remove it, run
npm i -g eslintand try again? I would also suggest to use a node/npm withnvmorvolta, not Debian's system-wide.Tests with these images are skipped if the required files are not found. What is your list of files in the
images/folder?