1

I just run npm install on a project I just got from git, and it starts printing these lines over and over: (it seems like npm dependecies are installed, though, when I ctrl + c)

enter image description here

How can I fix this?

EDIT: Seems like my time is way off. My time is so wrong. It is set to Thu May 7 04:53:33 CEST 2015. The time here is actually 11:15 PM July 15th 2015. I tried changing the ntp servers and restarting the deamon like proposed here: https://raspberrypi.stackexchange.com/a/8054/16299, but it didn't work. Will look for other solution, but any ideas are welcome. I'm not to familiar with this.

ptf
  • 329
  • 1
  • 3
  • 10

1 Answers1

1

Is the clock in your Raspberry Pi correct? It seems to be in the future.

  • My time is so wrong. It is set to `Thu May 7 04:53:33 CEST 2015`. The time here is actually 11:15 PM July 15th 2015. I tried changing the ntp servers and restarting the deamon like proposed here: http://raspberrypi.stackexchange.com/a/8054/16299, but it didn't work. – ptf Jul 14 '15 at 21:14
  • Try ntpd -gq to force ntp to sync the time. – Nevil Verdoold Jul 14 '15 at 21:21
  • It didn't work, still the same. – ptf Jul 16 '15 at 20:54