Phantomjs prebuild error

Hello.
I work with camunda-bpm-sdk-js. I clonned project. When i execute ‘npm install’ i have the next error:

phantomjs-prebuilt@2.1.16 install C:\Users\azabolotskiy_adm\camunda-bpm-sdk-js\node_modules\phantomjs-prebuilt
node install.js

PhantomJS not found on PATH
Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1/phantomjs-2.1.1-windows.zip
Saving to C:\Users\AZABOL~1\AppData\Local\Temp\phantomjs\phantomjs-2.1.1-windows.zip
Receiving…

Error making request.
Error: unable to verify the first certificate
at TLSSocket.onConnectSecure (_tls_wrap.js:1321:34)
at TLSSocket.emit (events.js:210:5)
at TLSSocket._finishInit (_tls_wrap.js:794:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:608:12)

Please report this full log at GitHub - Medium/phantomjs: NPM wrapper for installing phantomjs
npm WARN grunt-karma@3.0.1 requires a peer of karma@^3.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN superagent-mock@3.7.0 requires a peer of superagent@^3.6.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“win32”,“arch”:“x64”})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! phantomjs-prebuilt@2.1.16 install: node install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the phantomjs-prebuilt@2.1.16 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Windows 10
npm 6.12.0
node 12.13.0
Thanks.