-
Notifications
You must be signed in to change notification settings - Fork 12
Trouble installing the plugin?
Kevin Van den Abeele edited this page May 13, 2020
·
3 revisions
If you have trouble installing the plugin:
Make sure you have the required dependencies for node gyp to perform a fallback build:
sudo apt-get update
sudo apt-get install build-essential
xcode-select --install
npm install --global --production windows-build-tools --vs2015
After installing these on your respective operating system try installing the plugin again.
If you are still having issues? Open a ticket an attach the full install log along with your system information (os/node version/cpu-architecture/...)