Content
Installation on Debian 8.8
Added by Hugues Fortin almost 8 years ago
Hello
I tried to install the openproject server on a Debian 8.8 I386 machine by following the Step-by-Step installation of OpenProject 6.1 with Apache.
Everything goes well to this command line: npm install
What reminds me of these errors:
Npm WARN openproject-frontend@0.1.0 No repository field.
Npm WARN openproject-frontend@0.1.0 No license field.
Npm ERR! Linux 3.16.0-4-686-pae
Npm ERR! Argv “/home/openproject/.nodenv/versions/6.9.1/bin/node” “/home/openproject/.nodenv/versions/6.9.1/bin/npm” “install”
Npm ERR! Node v6.9.1
Npm ERR! Npm v3.10.8
Npm ERR! Code EBADPLATFORMNpm ERR! Notsup Unsupported platform for fsevents@1.0.14: wanted {“os”: “darwin”, “arch”: “any”
Npm ERR! Notsup Valid OS: darwin
Npm ERR! Notsup Valid Arch: any
Npm ERR! Notsup Actual OS: linux
Npm ERR! Notsup Actual Arch: ia32Npm ERR! Please include the following file with any support request:
Npm ERR! /home/openproject/openproject-ce/frontend/npm-debug.logNpm ERR! Linux 3.16.0-4-686-pae
Npm ERR! Argv “/home/openproject/.nodenv/versions/6.9.1/bin/node” “/home/openproject/.nodenv/versions/6.9.1/bin/npm” “install”
Npm ERR! Node v6.9.1
Npm ERR! Npm v3.10.8
Npm ERR! Code ELIFECYCLE
Npm ERR! Openproject@0.1.0 postinstall: `cd frontend && npm install`
Npm ERR! Exit status 1
Npm ERR!
Npm ERR! Failed at the openproject@0.1.0 postinstall script ‘cd frontend && npm install’.
Npm ERR! Make sure you have the latest version of node.js and npm installed.
Npm ERR! If you do this,
Npm ERR! Not with npm itself.
Npm ERR! Tell the author that this fails on your system:
Npm ERR! Cd frontend && npm install
Npm ERR! You can get information on how to open an issue for this project with:
Npm ERR! Npm bugs openproject
Npm ERR! Or if that is not available, you can get their info via:
Npm ERR! Npm owner ls openproject
Npm ERR! There is also the possibility of additional logging output above.Npm ERR! Please include the following file with any support request:
Npm ERR! /home/openproject/openproject-ce/npm-debug.log
Can you help me please?
Attached is the npm-debug.log