part, but then the next .then() is never triggered, nor is .catch().
These are the install logs:
...
> phantomjs-prebuilt@2.1.15 install D:\home\site\wwwroot\node_modules\phantomjs-prebuilt
> node install.js
Found PhantomJS at D:\home\site\wwwroot\node_modules\phantomjs-prebuilt\lib\phantom\bin\phantomjs.exe ...verifying
PhantomJS is previously installed at D:\home\site\wwwroot\node_modules\phantomjs-prebuilt\lib\phantom\bin\phantomjs.exe
Hi, this works perfectly on my local machine but not on an azure web-app.
This is the code (using
express
):It gets up to the
part, but then the next
.then()
is never triggered, nor is.catch()
.These are the install logs:
Npm
v5.5.1
, nodev6.11.4
.