Thanks to xet7 ! Related https://github.com/wekan/wekan/issues/4280, related https://github.com/sandstorm-io/sandstorm/issues/3600
@@ -15,8 +15,8 @@ fi
if [ ! -d ~/python/esprima-python ]; then
sudo apt-get -y install python3-pip
- sudo pip3 install -U setuptools wheel
- sudo npm install -g api2html
+ pip3 install -U setuptools wheel
+ npm install -g api2html
mkdir -p ~/python
cd ~/python
git clone --depth 1 -b master https://github.com/Kronuz/esprima-python