We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I found an issue when you are ready to run npm run dev, the page that should be http://localhost:[port] is instead http://localhost//localhost:8080 that of course give us a fail page.
npm run dev
Then if you change in the URL for the correct http://localhost:8080 its work fine.
What should change in the package.json to fix that?
Thanks!
Notes: Macbook Pro 15 late 2015 and Macbook Pro 13 early 2015. Both MacOs Sierra 10.12.4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I found an issue when you are ready to run
npm run dev
, the page that should be http://localhost:[port] is instead http://localhost//localhost:8080 that of course give us a fail page.Then if you change in the URL for the correct http://localhost:8080 its work fine.
What should change in the package.json to fix that?
Thanks!
Notes: Macbook Pro 15 late 2015 and Macbook Pro 13 early 2015. Both MacOs Sierra 10.12.4
The text was updated successfully, but these errors were encountered: