How to Solve Phantomjs prebuilt error

Phantomjs prebuilt error reporting solution

Solution:

It can be solved by executing the command

npm install phantomjs-prebuilt@2.1.16 --ignore-scripts

or

yarn add phantomjs-prebuilt@2.1.16 --ignore-scripts

Read More: