[GH-ISSUE #126] Gulp Issue #88

Closed
opened 2026-02-26 02:32:06 +03:00 by kerem · 4 comments
Owner

Originally created by @caleuanhopkins on GitHub (Dec 20, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/126

Trying to run gulp --production after running npm install and bower install but it looks like my gulp task is not working properly as my public directory is not being created.

screenshot of error

I have to run gulp with sudo due to permission issues on my raspberry pi running raspbian and other software I have running on the pi. Shouldn't make a difference in my opinion though, but correct me if I'm wrong on this.

Originally created by @caleuanhopkins on GitHub (Dec 20, 2015). Original GitHub issue: https://github.com/koel/koel/issues/126 Trying to run `gulp --production` after running `npm install` and `bower install` but it looks like my gulp task is not working properly as my public directory is not being created. ![screenshot of error](https://cldup.com/g1boqZnTO9-3000x3000.png) I have to run gulp with `sudo` due to permission issues on my raspberry pi running raspbian and other software I have running on the pi. Shouldn't make a difference in my opinion though, but correct me if I'm wrong on this.
kerem closed this issue 2026-02-26 02:32:06 +03:00
Author
Owner

@phanan commented on GitHub (Dec 21, 2015):

Don't think this is a Koel issue per-se.

<!-- gh-comment-id:166177801 --> @phanan commented on GitHub (Dec 21, 2015): Don't think this is a Koel issue per-se.
Author
Owner

@caleuanhopkins commented on GitHub (Dec 21, 2015):

@phanan can you please explain why this isn't 'Koel Issue per-se'? I'm try to run the build script as outlined in the installation documentation and yet it's not resulting as it should according to the documentation. There is no output showing any errors that I can use to debug the issue, therefore it IS a Koel issue.

<!-- gh-comment-id:166214830 --> @caleuanhopkins commented on GitHub (Dec 21, 2015): @phanan can you please explain why this isn't 'Koel Issue per-se'? I'm try to run the build script as outlined in the installation documentation and yet it's not resulting as it should according to the documentation. There is no output showing any errors that I can use to debug the issue, therefore it IS a Koel issue.
Author
Owner

@phanan commented on GitHub (Dec 21, 2015):

I'm try to run the build script as outlined in the installation documentation and yet it's not resulting as it should according to the documentation.

I don't recall documenting a sudo anywhere. If your environment is set up in a way that you need to rely on sudo, I'd say something is definitely wrong from the start.

There is no output showing any errors that I can use to debug the issue, therefore it IS a Koel issue.

Koel is built on top of a lot of other packages and libraries, two of which are Gulp and Laravel's Elixir, which in turn rely on Node/npm. If your installation of Node/npm is not working with Gulp/Elixir for whatever reason, I'd suggest you to explore and fix from there, not from Koel itself. As a matter of fact, I wouldn't be able to support you on this even if I had enough time, simply because I'm not a Gulp/Elixir/Node expert.

<!-- gh-comment-id:166216229 --> @phanan commented on GitHub (Dec 21, 2015): > I'm try to run the build script as outlined in the installation documentation and yet it's not resulting as it should according to the documentation. I don't recall documenting a `sudo` anywhere. If your environment is set up in a way that you need to rely on `sudo`, I'd say something is definitely wrong from the start. > There is no output showing any errors that I can use to debug the issue, therefore it IS a Koel issue. Koel is built on top of a lot of other packages and libraries, two of which are Gulp and Laravel's Elixir, which in turn rely on Node/npm. If your installation of Node/npm is not working with Gulp/Elixir for whatever reason, I'd suggest you to explore and fix from there, not from Koel itself. As a matter of fact, I wouldn't be able to support you on this even if I had enough time, simply because I'm not a Gulp/Elixir/Node expert.
Author
Owner

@caleuanhopkins commented on GitHub (Dec 21, 2015):

@phanan thanks for the expanded reply. Yes there is no sudo in the documentation, it's due to the fact I'm running the software on raspberry pi Linux software. I'll will look further into this issue myself

<!-- gh-comment-id:166218635 --> @caleuanhopkins commented on GitHub (Dec 21, 2015): @phanan thanks for the expanded reply. Yes there is no sudo in the documentation, it's due to the fact I'm running the software on raspberry pi Linux software. I'll will look further into this issue myself
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#88
No description provided.