[GH-ISSUE #1343] Cannot Install Koel #774

Closed
opened 2026-02-26 02:34:14 +03:00 by kerem · 1 comment
Owner

Originally created by @manjotsc on GitHub (Aug 11, 2021).
Original GitHub issue: https://github.com/koel/koel/issues/1343

root@Koel:~/koel# php artisan koel:init --no-interaction
Attempting to install or upgrade Koel.
Remember, you can always install/upgrade manually following the guide here:
📙  https://docs.koel.dev

Running in no-interaction mode
App key exists -- skipping
Migrating database
Data seeded -- skipping
Now to front-end stuff
├── Installing Node modules in resources/assets directory
yarn install v1.22.5
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.87s.
└── Compiling assets
yarn install v1.22.5
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.69s.
yarn run v1.22.5
$ cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js --colors
[webpack-cli] Error: Unknown option '--hide-modules'
[webpack-cli] Run 'webpack --help' to see available commands and options
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Oops! Koel installation or upgrade didn't finish successfully.
Please try again, or visit https://docs.koel.dev for manual installation.
😥 Sorry for this. You deserve better.
root@Koel:~/koel# 

Environment

  • Koel version [Latest]
  • OS: [Ubuntu 20.04]
  • NPM: [6.14.14]
Originally created by @manjotsc on GitHub (Aug 11, 2021). Original GitHub issue: https://github.com/koel/koel/issues/1343 ``` root@Koel:~/koel# php artisan koel:init --no-interaction Attempting to install or upgrade Koel. Remember, you can always install/upgrade manually following the guide here: 📙 https://docs.koel.dev Running in no-interaction mode App key exists -- skipping Migrating database Data seeded -- skipping Now to front-end stuff ├── Installing Node modules in resources/assets directory yarn install v1.22.5 [1/4] Resolving packages... success Already up-to-date. Done in 0.87s. └── Compiling assets yarn install v1.22.5 [1/4] Resolving packages... success Already up-to-date. Done in 0.69s. yarn run v1.22.5 $ cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js --colors [webpack-cli] Error: Unknown option '--hide-modules' [webpack-cli] Run 'webpack --help' to see available commands and options error Command failed with exit code 2. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. Oops! Koel installation or upgrade didn't finish successfully. Please try again, or visit https://docs.koel.dev for manual installation. 😥 Sorry for this. You deserve better. root@Koel:~/koel# ``` **Environment** - Koel version [Latest] - OS: [Ubuntu 20.04] - NPM: [6.14.14]
kerem closed this issue 2026-02-26 02:34:14 +03:00
Author
Owner

@manjotsc commented on GitHub (Aug 12, 2021):

Running php artisan koel:init --no-assets solved the issue.

<!-- gh-comment-id:897375969 --> @manjotsc commented on GitHub (Aug 12, 2021): Running `php artisan koel:init --no-assets` solved the issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#774
No description provided.