Open ladygarnet00 opened 6 years ago
follow this incase your PORT is in use and you get this error Error: listen EADDRINUSE 127.0.0.1:8080 at Object.exports._errnoException (util.js:856:11) at exports._exceptionWithHostPort (util.js:879:20) at Server._listen2 (net.js:1236:14) at listen (net.js:1272:10) at net.js:1381:9 at GetAddrInfoReqWrap.asyncCallback [as callback] (dns.js:63:16) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:82:10)
https://github.com/StephenGrider/ReduxSimpleStarter/issues/23
I have the same issue as you and it seems a couple other posters here to, has anyone found a way to get this to work?
Here is a possible solution to that https://github.com/StephenGrider/ReduxSimpleStarter/issues/168
I tried changing the port number I'm still having the same problem
Hey if anyone is stuck on this Stephen sorted me out. What was happening was apparently node wasn't installed right, so he got me to download it from here https://nodejs.org/en/download/ when I extracted it and tried to run not from the files it prompted me to: sudo apt-get install nodejs-legacy after which I could start my the project fine.
Benikens, what does it even mean?
Do you have a Mac and you installed it through command line? And what about Windows' owners?
Please, add some clarifications.
Thank you.
I use Ubuntu. I installed from command line originally then downloaded the install-able files for node.js manually from that link. I tried to install from those files and it prompted me to type the above command in cli, which is install nodejs-legacy and then after that it worked right. Does that make sense?
i have this particular error:
ERROR in ./src/index.js Module not found: Error: Cannot resolve 'file' or 'directory' ./components/search_bar in /mnt/c/Users/Fajne/Desktop/ReduxSimpleStarter-master/src @ ./src/index.js 11:18-52
Node .js seem to be ok - the latest version installed, and the installation suggested by Benikens just haven't started.
What's the problem with the directories? Before I updated my index.js with components, npm start worked just fine.
You must try installing the latest version of npm and node.js installed in your terminal.
Hi! im Udemy Student (btw thanks for the course, its been great), and i need install your react boilerplate. Plzz update the dependencies. Thanks for all !