0

I was working on node. Everything was fine. I reinstalled my windows and now when I start node server, it gives me the following error.

enter image description here

I reinstalled fibers as well but still the same issue. Any guesses what I should do?

Ali Zia
  • 3,825
  • 5
  • 29
  • 77

1 Answers1

1

Thats sounds to me for reinstalling node.js completely, see e.g. this post. The hard thing is to install the globale modules (those which you have installed with npm -g before you've started the project). From your project make a copy without the node_modules and enter npm install. This worked for me, but I have to deal with the error messages which are missing the global modules.

Community
  • 1
  • 1
Myonara
  • 1,197
  • 1
  • 14
  • 33