This section describes a few troubleshooting suggestions that may help you should problems occur. If not, feel free to file issues on our GitHub repo: https://github.com/interbit/interbit
-
Double check the version requirements at the top of this page.
-
The following steps should get your application into a clean state:
The shell commands need to be executed from the repository root folder.
-
Stop the application processes (type
Ctrl-Cinto each terminal). -
Remove all
node_modulesfolders:node_modules/.bin/lerna clean
-
Remove the top-level
package-lock.jsonfile:rm -f package-lock.json
-
Repeat the installation steps.
-
Run your app again.
-