trying to install selenium-standalone but getting this error, any idea?
$ ./node_modules/.bin/selenium-standalone install
not found: java
Usage: selenium-standalone action [options]
I have java installed but don't know if it needs to be in a specific file location.
Bootcamp Student 2@DESKTOP-AI3C36U MINGW64 ~/Desktop/Webdriverframework
$ npm install -save-dev selenium-standalone@6.15.3 npm WARN webdriverframework@1.0.0 No repository field.
+ selenium-standalone@6.15.3
added 18 packages from 18 contributors and audited 493 packages in 6.873s
found 0 vulnerabilities
Bootcamp Student 2@DESKTOP-AI3C36U MINGW64 ~/Desktop/Webdriverframework
$ ./node_modules/.bin/selenium-standalone install not found: java
Usage: selenium-standalone action [options]
It should install and then I should be able to start it.