Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Cannot GET / #24

Open
rojenzaman opened this issue Jun 1, 2020 · 3 comments
Open

Error: Cannot GET / #24

rojenzaman opened this issue Jun 1, 2020 · 3 comments

Comments

@rojenzaman
Copy link

$ torrent-web -p=8080
Torrent Web started on port 8080 ...

Everything is okay but web-client not working.

It's say: Cannot GET /

@WeaverOfTheWeb
Copy link

For anyone else getting this error, it's because the "/public" directory and its content aren't being generated by Webpack so the server isn't able to render the output for the main route.

@tester248
Copy link

so what is the solution

@omgbox
Copy link

omgbox commented Dec 15, 2022

so what is the solution

some issue with permissions in node

type to fix.

npm config set user 0
npm config set unsafe-perm true

after you be able to install, webpack requires some permissions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants