-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
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
Script: npm start doesn't work correct in dev branch. #17668
Comments
does it work with
|
@linbingquan You are on Windows, right? I had the exact same issue with Although many devs are affected, the bug has not been fixed so far. The workaround is to use explicit URLs like @mrdoob An other option is to downgrade the |
It seems they haven't updated the npm package yet. |
The fix is now published as http-server version 0.12.0, new installs should be good to go |
See 0998172 |
Description of the problem
I run
npm start
, thelocalhost:8080
doesn't work,but I run
http-server -c-1 -p 8080
, the website is OK.I think npm script
concurrently
has some thing wrong,but I don't know how to fix it.
Three.js version
Browser
OS
Hardware Requirements (graphics card, VR Device, ...)
The text was updated successfully, but these errors were encountered: