Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to install fails citing OS compatibility issues #29

Open
spraharsh opened this issue Jun 20, 2017 · 0 comments
Open

Trying to install fails citing OS compatibility issues #29

spraharsh opened this issue Jun 20, 2017 · 0 comments

Comments

@spraharsh
Copy link

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.js
npm 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 compress
npm 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant