Medium / phantomjs

NPM wrapper for installing phantomjs
Other
1.42k stars 436 forks source link

Skip download with PhantomJS in PATH #800

Open alexcroox opened 6 years ago

alexcroox commented 6 years ago

I'm running npm i on my deployment server. I don't want PhantomJS to download every-time as I am providing a binary manually.

What do I need to set first to avoid this?

export phantomjs=ignore
npm i

?