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. Error - webpack --config webpack.config.js

Error - webpack --config webpack.config.js

Added by Igor Stupavsky about 9 years ago

Hello guys

im trying to install OpenProject on Debian 8.3 x64 VPS with Packaged Installation but

openproject configure

fails everytime with following error:

webpack --config webpack.config.js
rake aborted!
Command failed with status (1): [webpack --config webpack.config.js...]
/opt/openproject/lib/tasks/assets.rake:48:in `block (3 levels) in <top (required)>'
/opt/openproject/lib/tasks/assets.rake:47:in `chdir'
/opt/openproject/lib/tasks/assets.rake:47:in `block (2 levels) in <top (required)>'
/opt/openproject/lib/tasks/packager.rake:52:in `block (2 levels) in <top (required)>'
Tasks: TOP => assets:precompile => assets:compile_environment => assets:webpack
(See full trace by running task with --trace)

I tried install nodejs and install webpack with npm install -g webpack, but it still doesn’t work.


Replies (1)

RE: Error - webpack --config webpack.config.js - Added by Oliver Günther about 9 years ago

The packaged installation comes with all required dependencies for webpack and contains a nodejs installation.

I assume there is some permission problem or you have a custom shell or something.

Can you try to run webpack manually:

openproject run /opt/openproject/frontend/node_modules/.bin/webpack

Best,
Oliver

  • (1 - 1/1)
Loading...