Open shay-berman opened 7 years ago
I faced the same problem. For the program to work, you need to run go-diagram from the github.com/grant/go-diagram
folder. You seem to be running it from inside the app
folder.
So, [go-diagram]$ go-diagram ../../some-other-user/other-project
. This should work.
Feel free to make a PR to fix this! On Sun, Mar 5, 2017 at 13:08 Sacheendra talluri notifications@github.com wrote:
I faced the same problem. For the program to work, you need to run go-diagram from the github.com/grant/go-diagram folder.
So, [go-diagram]$ go-diagram ../../some-other-user/other-project. This should work.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/grant/go-diagram/issues/7#issuecomment-284262790, or mute the thread https://github.com/notifications/unsubscribe-auth/AAteDaSxdTAFWZiLCDqpS8Y2h_vl6pvhks5riyRCgaJpZM4L1FuT .
@sacheendra I tried with running from github.com/grant/go-diagram, still getting 404 page not found error.
@prabhurajreddy I am the same problem @grant Have time to fix it?
@penhauer-xiao I added a warning to the README saying this project isn't actively maintained. I'll accept PRs.
@grant Ok, thanks, Can you put the go-diagram on the docker, so that it can be used out of the box, no need to install dependencies, and no need to run because of the operating system platform version, nodejs version, etc.
@penhauer-xiao I haven't used docker. If you set that up, I can link it in this repo.
Any fix for the 404? I tried with running from github.com/grant/go-diagram, still getting 404 page not found (Windows 7 system)
Also the example can't be loaded.
Thank you
I installed successfully the go-diagram but when I run it and access to the URL( http://localhost:8080) i see "404 page not found" page.
any idea why I get 404 error?
BTW i can run npm start and i can see the web application