-
Notifications
You must be signed in to change notification settings - Fork 0
Setup.sh
Gustav Gybäck edited this page Mar 26, 2018
·
1 revision
setup.sh
installs the app in the same folder it lies in. It installs the dependencies and initiates environments needed to run.
Before you can execute the software you need to have node
or nodejs
as well as python
or python3
installed for the setup to be successful.
Download nodejs and follow the instructions prior to installing the software.
There are multiple error messages that the setup can generate. Here are the most common ones and solutions to them
Error message | Description |
---|---|
Error: Could not find any installation of node/nodejs Setup was unsuccessful |
You don't have an installation of node or nodejs in your system.
|
Error: Couldn't find a python installation of version 3+ (inspected python and python3). Setup was unsuccessful |
You don't have an installation of python or python3 on your system.
|