Skip to content

Commit cfea92e

Browse files
authored
Update README.md
1 parent 217546c commit cfea92e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ This will run the automated build process, start up a webserver, and open the ap
1919
3. Make sure files with names that begin with a dot (.babelrc, .editorconfig, .eslintrc) are copied to the project directory root. This is easy to overlook if you copy this repository manually.
2020
4. Don't run the project from a symbolic link. It will cause issues with file watches.
2121
5. Having linting issues? Delete any .eslintrc that you're storing in your user directory. Also, disable any ESLint plugin / custom rules that you've enabled within your editor. These will conflict with the ESLint rules defined in the course.
22-
6. Nothing above work? Delete your node_modules folder and re-run npm install.
22+
6. Seeing `Error: listen EADDRINUSE :::3000`? That means port 3000 is already in use on your machine. You probably have another instance of this project running on your machine in a different window. So find that window and kill the other instance using Ctrl+C.
23+
7. Nothing above work? Delete your node_modules folder and re-run npm install.
2324

2425
### Development Dependencies
2526

0 commit comments

Comments
 (0)