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

前端 未结 8 647

I\'m trying to run node 4.2.2 on a Mac OS and i\'m not understanding why every time i get this error message:

events.js:141
      throw er; // Unhandled \'er         


        
相关标签:
8条回答
  • 2020-12-24 12:29

    I had this same error at work on my Mac Book Pro. None of the solutions fixed it. I finally fixed the problem by restarting my computer. I often don't shut my computer off at night and put it in sleep mode so if your computer has been running for a long time try restarting it and see if that works for you.

    0 讨论(0)
  • 2020-12-24 12:30

    Did you install imagemagick ?

    brew install imagemagick
    
    0 讨论(0)
提交回复
热议问题