DroneDB / Hub

Web GUI for DroneDB
GNU Affero General Public License v3.0
6 stars 3 forks source link

Node.js v16 Required and Webpack-CLI 4 #90

Open ggcarro opened 1 year ago

ggcarro commented 1 year ago

Hey there! Just a heads up: to avoid issues during installation, please install Node,js v16 insted of Node.js v18 or v20. Also you have to install webpack-cli v4. This can be done with the following line: npm install -g webpack-cli@4 With this two steps when you run webpack command-line the program should build successfully.

Cheers, Gonzalo