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 Jul 24, 2019. It is now read-only.
In my workspace, I don't have access to default phantomjs_cdnurl and for some reason I'm not able to create my own download location.
I understood that, phantom installer is trying to find phantomjs in temp path, before it starts downloading from CDN url. Is it a good idea to drop phantomjs-2.1.1-windows.zip in a directory located in the project root and set tmp=path/to/phantom in .npmrc(belongs to the project) file?
Is it possible to introduce a provision to download phantomjs from local disk?
Something like this --phantomjs-path | npm_config_phantomjs_path | process.env.PHANTOMJS_PATH.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In my workspace, I don't have access to default phantomjs_cdnurl and for some reason I'm not able to create my own download location.
I understood that, phantom installer is trying to find phantomjs in temp path, before it starts downloading from CDN url. Is it a good idea to drop phantomjs-2.1.1-windows.zip in a directory located in the project root and set tmp=path/to/phantom in .npmrc (belongs to the project) file?
Is it possible to introduce a provision to download phantomjs from local disk?
Something like this --phantomjs-path | npm_config_phantomjs_path | process.env.PHANTOMJS_PATH.
The text was updated successfully, but these errors were encountered: