You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
Your package depends on the phantomjs-prebuilt, which is capable of finding phantomjs binary on various systems, but for some reason you use its capabilities only for linux and darwin. #53 suggested to add freebsd to the list, but for some reason it's still not merged. Why? And why not add other architectures?
People using your package on BSDs or other OSes have to manually provide the path to phantomjs with PHANTOMJS_BIN, even though it could be found in PATH. But there is phantomjs-prebuilt in the dependencies, come on, let it do it's job!
You might explicitly add more architectures to the list or you could avoid white-listing and use code like the following:
Your package depends on the phantomjs-prebuilt, which is capable of finding phantomjs binary on various systems, but for some reason you use its capabilities only for linux and darwin. #53 suggested to add freebsd to the list, but for some reason it's still not merged. Why? And why not add other architectures?
People using your package on BSDs or other OSes have to manually provide the path to phantomjs with
PHANTOMJS_BIN
, even though it could be found inPATH
. But there is phantomjs-prebuilt in the dependencies, come on, let it do it's job!You might explicitly add more architectures to the list or you could avoid white-listing and use code like the following:
The text was updated successfully, but these errors were encountered: