Skip to content
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

events.js:183 throw er; // Unhandled 'error' event #4458

Closed
anitahkimanthi opened this issue May 14, 2018 · 8 comments
Closed

events.js:183 throw er; // Unhandled 'error' event #4458

anitahkimanthi opened this issue May 14, 2018 · 8 comments

Comments

@anitahkimanthi
Copy link

anitahkimanthi commented May 14, 2018

Is this a bug report?

yes)

Did you try recovering your dependencies?

no

(npm test)

Which terms did you search for in User Guide?

(Write your answer here if relevant.)

Environment

Environment:
OS: Windows 7
Node: Not Found
Yarn: Not Found
npm: Not Found
Watchman: Not Found
Xcode: N/A
Android Studio: Not Found

ERROR: package.json not found!

(
Environment:
OS: Windows 7
Node: Not Found
Yarn: Not Found
npm: Not Found
Watchman: Not Found
Xcode: N/A
Android Studio: Not Found

ERROR: package.json not found!
)

Steps to Reproduce

(Write your steps here:)

1.npm install -g create-react-app
2. create-react-app my-app

Expected Behavior

(i thought the path was the problem but i checked the path and it was right)

Actual Behavior

(
behavoiour

)

Reproducible Demo

(Paste the link to an example project and exact instructions to reproduce the issue.)

@brotherhoodMonk
Copy link

I am facing the same issue...
with npm version-5.6.0 & node version - 8.11.4 & react": "^16.4.2

@steinhaug
Copy link

events.js:183
      throw er; // Unhandled 'error' event
      ^

Could it be some event module that needs to be updated for windows?

@utkarshmalik211
Copy link

events.js:183
throw er; // Unhandled 'error' event
^
Error: watch /home/utkarsh/Dev/public ENOSPC

Same issue on ubuntu.

@zbluhm
Copy link

zbluhm commented Oct 24, 2018

Getting this issue on Ubuntu as well.

No Fixes?

@PraveenPuvvula
Copy link

Any solution for this?

@MarcoNicolodi
Copy link

This solves:

https://stackoverflow.com/a/32600959/6316540

@throne1986
Copy link

this issue still exits , I am getting the same with the latest react

@throne1986
Copy link

solution:

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

@lock lock bot locked and limited conversation to collaborators Jan 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants