question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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.)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8

github_iconTop GitHub Comments

7reactions
utkarshmalik211commented, Sep 22, 2018

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

Same issue on ubuntu.

4reactions
throne1986commented, Nov 20, 2018

solution:

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

node.js error message events.js:183 throw er; // Unhandled ...
This is a very common issue and can be easily fixed by either of the below methods. Try to close the process that...
Read more >
How to Fix "throw er; // Unhandled 'error' event"?
It's only affecting watch -command and appears to be linked to a file-system incompatibility when watching file changes. The line number ...
Read more >
events.js:183 throw er; // Unhandled 'error' event - Meteor forums
Hi! My meteor app is crashing because of this unhandled exception, throw by different kind of errors, none of them coming from meteor...
Read more >
How to Fix “throw er; // Unhandled 'error' event”? - Medium
Try to install above npm package. It has resolved my issue. If it doesn't help then it may be cache problem. You can...
Read more >
How to Fix "throw er; // Unhandled 'error' event"? - YouTube
... throw er unhandled error event react events js183 throw er unhandled error event nodejs events js174 throw er unhandled error event ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found