Trying to install fails citing OS compatibility issues
I tried to install the theme following the setup instruction
I first ran npm i
which ran with the following warnings
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
`
np-debug.txt
npm WARN notsup Not compatible with your operating system or architecture: [email protected]`
using npm run build gave me
`> @ build /home/praharsh/installs/org-minimal-html-theme
npm run theme && npm run styles && npm run scripts && npm run compress @ theme /home/praharsh/installs/org-minimal-html-theme node tools/build-styles.js & node tools/build-scripts.js sh: 1: node: not found sh: 1: node: not found npm ERR! Linux 4.10.0-22-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "theme" npm ERR! node v4.7.2 npm ERR! npm v3.5.2 npm ERR! file sh npm ERR! code ELIFECYCLE npm ERR! errno ENOENT npm ERR! syscall spawn npm ERR! @ theme:
node tools/build-styles.js & node tools/build-scripts.jsnpm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the @ theme script 'node tools/build-styles.js & node tools/build-scripts.js'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node tools/build-styles.js & node tools/build-scripts.js npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /home/praharsh/installs/org-minimal-html-theme/npm-debug.log npm ERR! Linux 4.10.0-22-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "build" npm ERR! node v4.7.2 npm ERR! npm v3.5.2 npm ERR! code ELIFECYCLE npm ERR! @ build:npm run theme && npm run styles && npm run scripts && npm run compressnpm ERR! Exit status 1 npm ERR! npm ERR! Failed at the @ build script 'npm run theme && npm run styles && npm run scripts && npm run compress'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! npm run theme && npm run styles && npm run scripts && npm run compress npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /home/praharsh/installs/org-minimal-html-theme/npm-debug.log`
I attached the debug log after converting changing it to txt considering that the .log file won't open