mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #253] Cannot make web from release tarball 1.22.0 #197
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#197
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @oddlama on GitHub (May 14, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/253
This is the output of
make webon my system after extracting the 1.22.0 release tarball. There seem to be two separate issues.Firstly, something complains about the extracted contents not being a git repository (doesn't seem to cause any failure though, I guess it's from the first line in the Makefile).
Secondly, the build fails as the
react-scriptsexecutable cannot be found. Is this a dependency that isn't listed in the documentation, or am I missing something else?@binwiederhier commented on GitHub (May 15, 2022):
I haven't done a clean install in a while, so it is definitely possible that I missed something. I do think that the last time I tried it it was working nicely even with the new web app.
react-scriptsis "Create React App", which I thought was gonna be installed when you do "npm install". Maybe I was wrong. Thanks for the bug report.@binwiederhier commented on GitHub (May 16, 2022):
I tried it in a Docker and it seems to work: https://asciinema.org/a/494722
I hate to say it, but this must be your environment. Let me know if you figure it out so I can adjust the docs, or join the Discord/Matrix. Maybe someone there can help with your specific problem. We're always happy to help.
It's not a bug though, so I'm going to close the ticket. Thank you for using ntfy. :-D
@oddlama commented on GitHub (May 16, 2022):
I respectfully disagree with this not being a bug and would be happy if you could review #257.
@binwiederhier commented on GitHub (May 16, 2022):
I agree with your assessment that my assessment of the situation was incorrect. ;-)
@binwiederhier commented on GitHub (May 22, 2022):
This was released yesterday. Thanks for the contribution.