mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #171] Uncaught Error: Cannot find module '/app/node_modules/nodemon/bin/nodemon.js' #150
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#150
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 @FlexMBL on GitHub (Jul 21, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/171
I used git clone to grab the files.
Then ran the docker-compose in a dedicated directory for storage (/ZFSPOOL/).
Then started the container in portainer. But after a few seconds it shutdown. I checked the logs and saw the following error:
I saw a few other topics reported the same or similar error. But not any solution to how to fix this. What am i doing wrong here? (I'm new to docker, so the obvious is a possibility)
@jc21 commented on GitHub (Jul 23, 2019):
The docker-compose file is for development use only. Sorry for the confusion. If you want to develop and change the code, then I can provide more info.
@lopugit commented on GitHub (Aug 11, 2020):
@jc21 hey I'm trying to do some development for your repo, adding static directory configurations instead of just proxies.
I tried simply cloning then running
. scripts/start-devbut I getwith full logs being
would love to add a pull request as I've edited the appropriate backend and frontend files to add a root_dir schema property and modified the location template to
Ok I fixed it by running
. scripts/frontend-buildfirstIs that what you're meant to do?
Some contribution instructions would be helpful but I think I've got it :)