Installation issues with dependencies
See original GitHub issueHey All:
Apologies if i I’m asking this question in the wrong forum but yesterday was my first attempt at installing the browser library and i had some errors installing the dependencies. I installed the latest node js on a win10 machine, then pip installed the browser library. both successful. I then tried to do rfbrowser init and got some errors below. I ended trying to run the example robot script anyway and got a port error. Any help would be appreciated. thanks
Error in library ‘Browser’: Calling method ‘_close’ of listener ‘Browser’ failed: Could not connect to the playwright process at port 56346.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! grpc@1.24.3 install: node-pre-gyp install --fallback-to-build --library=static_library
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the grpc@1.24.3 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:11 (7 by maintainers)
I am seeing the same exact issue on Windows 10 and did not this in the Slack channel. I can give up the log files for the init as well if you can tell me which you are after. After the run the console shows: npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\y13927\AppData\Roaming\npm-cache_logs\2020-10-28T14_26_59_064Z-debug.log
If other logs are needed let me know 2020-10-28T14_26_59_064Z-debug.log
@mkorpela
I’ve put up a pull request to add @s-galante! 🎉