[SOLVED] Nodejs installation in OpenWrt

how to install nodejs in openwrt

1 Like
  • Compile nodejs and its dependencies for your target CPU
  • Install it

https://openwrt.org/docs/guide-developer/start

openwrt-15.05.1-x86-64-combined-ext4.img.gz
I have flashed this image and I am try to install below command to install nodejs

Opkg install node

But it's shows not found

  • This is old, is there a reason you're not using 18.06.1?
  • Again, you have to compile it
  • Nodejs is not available as a package

Can I have a clear steps for the compilation of openwrt for using on VM and beaglebone black

1 Like

You don't have to compile OpenWrt. If your question is regarding the OS, you may wish to make a new thread.

OpenWrt is available for both devices.

You have to compile nodejs.

Thanks I will check and get back to you

Hi is there any option to enable wifi setting in beaglebone green in openwrt 18.06.1 version

Hi, lleachii

nodejs workng in openwrt 18.06.1 version thanks for the update.

1 Like

How have you installed nodejs?

In 18.06, "opkg install ..." should do the trick.

Opkg install node this is the command

Really? Which version is the repository?

https://openwrt.org/packages/pkgdata/node

http://downloads.openwrt.org/releases/18.06.1/targets/x86/64/
try this package combined-ext4.img.gz

any one help how to insall NPM in openwrt.18.06.1 x86/64/

https://openwrt.org/packages/pkgdata/node-npm

1 Like

got it
opkg install node-npm
npm install requrest -g

i re-built a few node npm packagres and current node version (right now v10.10.0)

1 Like

HI,

How to build openwrt with wifi driver.