okuna-www
okuna-www copied to clipboard
Node-Gyp Error 5.1.0
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.
@jozsefsallai @lifenautjoe
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.
@jozsefsallai sure. Thanks