Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Installation on Debian 8.8

Installation on Debian 8.8

Added by Hugues Fortin about 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.

https://github.com/opf/openproject/blob/release/6.1/docs/installation/manual/README.md#installation-of-openproject

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 EBADPLATFORM

Npm 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: ia32

Npm ERR! Please include the following file with any support request:
Npm ERR! /home/openproject/openproject-ce/frontend/npm-debug.log

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 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


Loading...