On Thu, Jan 19, 2017 at 1:55 PM, Gregory Fenton <[email protected]> wrote: > > Hi all > First, let me say I love the Cloud9 IDE. So much more user friendly than > Eclipse :) > > Back to topic, I have installed the > bone-debian-8.6-lxqt-4gb-armhf-2016-11-06-4gb.img image to the flash on the > BBB, no issues at all. > > Once I flashed the image and configured networking I moved straight to > updating the image. > > I have gone to do apt-get update; apt-get upgrade which proceeds fine until > it tries to install node-gyp-202 via c9-core-installer. > Relevant output from apt-get upgrade: > c9-core-installer:Installing: node-gyp-2.0.2 (for c9-core-installer) > /root/.c9/bin/node-gyp -> > /root/.c9/lib/node_modules/node-gyp/bin/node-gyp.js > [email protected] /root/.c9/lib/node_modules/node-gyp > ├── [email protected] > ├── [email protected] ([email protected]) > ├── [email protected] ([email protected], [email protected]) > ├── [email protected] ([email protected]) > ├── [email protected] ([email protected]) > ├── [email protected] ([email protected], [email protected]) > ├── [email protected] ([email protected], [email protected]) > ├── [email protected] ([email protected], [email protected]) > ├── [email protected] ([email protected]) > ├── [email protected] ([email protected], [email protected], [email protected]) > ├── [email protected] ([email protected], [email protected], [email protected], > [email protected]) > ├── [email protected] ([email protected]) > ├── [email protected] ([email protected]) > └── [email protected] ([email protected], [email protected], [email protected], > [email protected], [email protected], [email protected], > [email protected], [email protected], [email protected], [email protected], > [email protected], [email protected], [email protected], [email protected], > [email protected], [email protected], [email protected], [email protected], > [email protected], [email protected]) > c9-core-installer:Installing: pty.js-0.3.0 (for c9-core-installer) > - >> [email protected] install /root/.c9/lib/node_modules/pty.js >> node-gyp rebuild > > gyp ERR! configure error > gyp ERR! stack Error: This is most likely not a problem with node-gyp or the > package itself and > gyp ERR! stack is related to network connectivity. In most cases you are > behind a proxy or have bad > gyp ERR! stack network settings. > gyp ERR! stack at Request.<anonymous> > (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/install.js:193:21) > gyp ERR! stack at Request.emit (events.js:107:17) > gyp ERR! stack at Request.onRequestError > (/usr/lib/node_modules/npm/node_modules/request/request.js:813:8) > gyp ERR! stack at ClientRequest.emit (events.js:107:17) > gyp ERR! stack at TLSSocket.socketErrorListener (_http_client.js:271:9) > gyp ERR! stack at TLSSocket.emit (events.js:129:20) > gyp ERR! stack at net.js:952:16 > gyp ERR! stack at process._tickCallback (node.js:355:11) > gyp ERR! System Linux 4.4.30-ti-r64 > gyp ERR! command "node" > "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" > gyp ERR! cwd /root/.c9/lib/node_modules/pty.js > gyp ERR! node -v v0.12.18 > gyp ERR! node-gyp -v v3.4.0 > gyp ERR! not ok > npm ERR! Linux 4.4.30-ti-r64 > npm ERR! argv "/root/.c9/node/bin/node" "/root/.c9/node/bin/npm" "install" > "-g" "--unsafe-perm=true" "--progress=false" "--loglevel=error" "--prefix" > "/root/.c9" "[email protected]" > npm ERR! node v0.12.18 > npm ERR! npm v2.15.11 > npm ERR! code ELIFECYCLE
"ELIFECYCLE" - i was hoping v0.12.x would "still work" for a little while longer.. (EOL december 31st, 2016, 20 days ago..) Option 1: (if you have important stuff you don't want to loose) sudo sed -i -e 's:node_0.12:node_4.x:g' /etc/apt/sources.list sudo apt update sudo apt install nodejs --reinstall sudo apt install c9-core-installer --reinstall Option 2: Reflash (nodejs v4.x is installed by default now..) https://rcn-ee.net/rootfs/bb.org/testing/2017-01-15/lxqt-4gb/ 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYgHu8dn0nSmdj5q2v3%2BHjL5OE9oKHnWkGRQaLrE2nnPPA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
