Detect-File-Encoding-And-Language
Detect-File-Encoding-And-Language copied to clipboard
File paths in tests/ are local to the developer's machine.
In tests/node/node_test.js, on lines 11, 77 and 80, you've got hardcoded paths of the form /home/gignu. In consequence, npm run test fails when run on my machine.
Hmmm. can't you change the hardcoded paths before running npm run test?
I can do many things. I just like my software to build out of the box. Allows me write clean build files with my custom homegrown "continuous integration" system.