Skip to content

Helpful tips

laureleya edited this page May 20, 2020 · 2 revisions

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
Clone this wiki locally