-
Notifications
You must be signed in to change notification settings - Fork 143
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
Getting Error when with 'npm start' #8
Comments
This happens for me as well. Does this repository need to be updated? |
For Mac: Just exit your terminal program completely. Then go back in, navigate to your project directory and run Hope this helps. |
I am getting the same error. I am on Windows 10 and ran the setx commands. I tried restarting the terminal and that did not help. |
For the Windows environmental steps:
Don't use the starting and closing apostrophe (i.e. ' and '). So do this instead:
Also once setting these, close your CMD session and reopen it, then run |
Thanks @alankleindev! It might be good to update the readme with this info |
Terminal throws error "new Error('username is required');" when I run npm start.
The text was updated successfully, but these errors were encountered: