[beaglebone] My workspace is not loading at all on Cloud9 of my BeagleBone

sudo /opt/scripts/tools/version.sh

Regards,

Please keep the "mailing" list in the reply list.

I'm not "HERE" to support "YOU".. I'm "HERE" to support the "GROUP"...

This is the result of this command :

root@beaglebone:/home/debian# sudo /opt/scripts/tools/version.sh
git:/opt/scripts/:[31292bce1d4b35b497cc7a013d6d57e7e1f4f5c4]
eeprom:[A335BNLT BBG115094493]
model:[TI_AM335x_BeagleBone_Green]
dogtag:[BeagleBoard.org Debian Image 2018-06-17]
bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot
2018.03-00002-gac9cce7c6a]:[location: dd MBR]
kernel:[4.14.49-ti-r54]
nodejs:[v10.5.0]

Ah you upgraded to nodejs v10!!! You broke it...

Currently in debian 9.x "I" have built cloud9 for nodejs v6 (by
default) and v8 (for a future migration option)..

So yeah, in our debian 9.x images, if you upgrade the default nodejs
v6 to v7, v8, v9, v10, vNEXT, cloud9 will break catastrophically.

What you are experiencing is a major pain in the ass of nodejs, every
major revision is in-compatible with previously built nodejs projects.

If you need nodejs v10 "today" feel free to use the buster image:

https://rcn-ee.net/rootfs/bb.org/testing/2018-07-02/

Regards,

I’m sorry.
Yes, exactly I update nodejs to v10, is here a version of the buster image to BBG ?
And what are the best to work with debian 9.x and nodejs v6 or buster with nodejs v10 because I need to work with cloud9 on BeagleBone.

Thanks for your clarification.

I'm sorry.
Yes, exactly I update nodejs to v10, is here a version of the buster image
to BBG ?

Like that previous html link? Attache screenshot of the directory for
"buster-iot"...

And what are the best to work with debian 9.x and nodejs v6 or buster with
nodejs v10 because I need to work with cloud9 on BeagleBone.

Doesn't matter, just don't swap major versions of "nodejs" and expect
cloud9 to work with that change..

Regards,

Screenshot.png

Thank you.

I want to know if it is possible to update npm version on buster image ? That doesn’t matter about cloud9 ?

Can you help me please ? I installed the buster image and I find the version of nodejs is 8.11.2 and npm v3.5.2, so it is possible to update it to version 10.6.0 can this cause a problem ?

Opps, i'm sorry, yeah it looks like v10 hasn't migrated into buster yet..

https://tracker.debian.org/pkg/nodejs

Sure you can install nodejs v10, it'll break cloud9 as expected..

Regards,

Thank you, but he required me to install the latest versions of npm and nodejs.