Skip to content

Troubleshooting

Zulko edited this page May 4, 2018 · 9 revisions

Is ReLaXed failing you ? Very sorry. If none of the below works for you, please open an issue on Github.

The installation fails

One possible cause for npm i -g relaxedjs to fail is writing rights in some folders. A simple fix is to install ReLaXed locally in the folder of your choice. Go to this folder and type in a terminal:

git clone https://github.com/RelaxedJS/ReLaXed.git .
npm install
sudo npm link --unsafe-perm=true

This will provides your system with the relaxed command.

The installation worked, but launching ReLaXed failed

If the failure is linked to un-found dependencies for chromium, have a look at this page. These can also be solved by installing Chromium on your system (~500Mb), if you are on Debian/Ubuntu:

sudo apt-get install chromium-browser
Clone this wiki locally