On Sun, Feb 21, 2016 at 12:02 AM, Tinashe Mudavanhu <[email protected]> wrote: > I formatted the SDCard and created another bootable SDCard. Sshed into it > and updated the distro but the problem came when using apt-get upgrade, it > upgrades some dependencies but then reaches a point it keeps on executing on > and on. It has been doing that for 4hrs now. Below are the statements that > are repeatedly displayin in the terminal; > > ACTION Regenerating Makefile > make: Leaving directory '/root/.c9/node_modules/pty.js/buld' > make: Entering directory '/root/.9/node_module/pty.jsbuild' > make: Warning: File '../../../../.node-gyp/0.10.42/common.gypt' has > modification time 7.6+06 s in the future
Sync up your clock.. c9-core-installer (aka cloud9 on port 3000) relies on nodejs/npm to install a few dependicys... Last week we also transitioned from, nodejs 0.10.x -> 0.12.x and npm 1.2.x -> 3.7.1 So make sure you clock is synced: systemd-timesync then sudo apt-get update sudo apt-get upgrade Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
