AMS
  • What's AMS
  • Introduction
    • Features
    • AXView 3.0
      • Installation
    • MaaS
    • Hardware Platform Support List
  • Case Study
    • Automation
    • Environmental Signals
    • Energy Management
  • Snapshot Preview
    • AXView 3.0
    • MaaS
  • Data Processing
    • Source Setting
    • Flow-design
      • Core Nodes
        • Source_in
        • Source_out
    • Native Nodes
      • e-mail
    • Visualization Dashboard
  • FAQ
    • How to install nodes offline with npm-bundle?
    • How to configure the DDNS client on Linux
    • How to access hardware monitoring with dashboard?
    • How to change web service's port?
    • How to export configuration data?
    • How to change MQTT broker's port?
Powered by GitBook
On this page

Was this helpful?

  1. FAQ

How to install nodes offline with npm-bundle?

Please prepare a PC that has already installed npm, and install npm-bundlein the PC.

npm install -g npm-bundle

Install the node-RED package that you want to install on the offline PC, such as node-red-contrib-float

npm install node-red-contrib-float

Using npm-bundle to make a bundle package

npm-bundle node-red-contrib-float

Then you will get a install package called node-red-contrib-float-1.0.3.tgz

Please copy node-red-contrib-float-1.0.3.tgz totarget PC, and switch to folder /usr/bin/AXView30/SensorNetwork/Webservices/

and type:

npm install node-red-contrib-float-1.0.3.tgz

After installation, please reboot PC or restart server.js

done!

PreviousFAQNextHow to configure the DDNS client on Linux

Last updated 5 years ago

Was this helpful?