Helpful tips - lumen-org/LumenReact GitHub Wiki
This is a place for sharing useful tips for using Lumen React
When encountering the problem that your node version is smaller than the required version of 8.16:
Try:
$ sudo apt remove nodejs
$ sudo snap install node --channel=14/stable --classic
Problems with installing the modelbase backend
Try:
- use conda interpreter with python version 3.7
- substitute all pip3 commands with pip