Please help me, when I try to install BeEF in the windows pentestbox using the bundle install command, the following error message appears:
An error occurred while installing libv8 (3.11.8.17), and Bundler
cannot continue.
and also:
Make sure that 'gem install libv8 -v '3.11.8.17'' succeeds before bundling.
I've already tried using the
gem install libv8 -v '3.11.8.17'
But it does not work could someone give me some solution to this problem?