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

Unable to obtain port #3

Open
Florianpog opened this issue Jan 9, 2024 · 1 comment
Open

Unable to obtain port #3

Florianpog opened this issue Jan 9, 2024 · 1 comment

Comments

@Florianpog
Copy link

This might sound silly to ask, but I just can't get it to working
I followed your App Setup description and just get
ERROR Unable to obtain an available random port number!
my port 5000 is not being used, I have turned down my firewall, I tried using port 8080, I am running it with admin permissions, have double check if ffmped and MongoDB are installed and have restarted my pc multiple times.
I have not prior knowledge about Nuxt and don't know what to try anymore and would love to try your project. Do you know what could be the problem?
I would expect it to not really be an issue with your code, so sorry for asking this question if the issue is trivial to you.

@supershaneski
Copy link
Owner

You can just probably let Nuxt set the available port by editing package.json and removing the port entry.

"scripts": {
    "dev": "nuxt dev --host '0'",
    ...
}

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

2 participants