Search code examples
node.jsexpressnpmosx-elcapitan

nodejs slow after El Capitan update


Starting up an express app with "node app.js" is excruciatingly slow after updating to El Capitan. Is anyone experiencing this?

I've reinstalled node and npm, and even turned off SIP, but it still takes minutes to start up an app with node.


Solution

  • I believe this wasn't an issue with the upgraded OS, but with my project and my perception.