OkunaOrg / okuna-www

🚀 The Okuna website code.
https://okuna.io
GNU Affero General Public License v3.0
130 stars 41 forks source link

Node-Gyp Error 5.1.0 #153

Open kitlu007 opened 4 years ago

kitlu007 commented 4 years ago

Hello team Okuna,

Was trying to install the single page Okuna-www. But unable to install successfully after running npm install. The error seems to be likely of Node-Gyp which is currently 7.0.0 on my server and node version is 14.5.0.

Here is the exact image of the output. photo_2020-07-17_18-03-21

@jozsefsallai @lifenautjoe

jozsefsallai commented 4 years ago

Hello!

It seems like this is caused by wdio-mocha-framework which hasn't been updated in a while. I'll look into ways to fix this but as a workaround, you can try removing the package from the devDependencies, since it's only really needed for E2E/integration testing, so unless you care about that, it's fine to delete.

kitlu007 commented 4 years ago

@jozsefsallai sure. Thanks