electron-chromedriver installation failure #12553
-
Hi folks, I have encountered below issue while "yarn" process is ongoing at Blueprint. As well as, I have successfully using the theia platform. I did remove the node modules directory and running the "yarn" command, unfortunately result is the same. I'd be appreciated to any response for find a way.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
@RagipSelcuk thank you for the discussion, I haven't noticed or encountered the issue before.
The following works correctly for me, I tried both on Linux and MacOS. |
Beta Was this translation helpful? Give feedback.
-
Hi @vince-fugnitto theia-blueprint-chromedriver-error_1.mp4 |
Beta Was this translation helpful? Give feedback.
@RagipSelcuk that isn't really how dependencies work, you can't modify stuff under
node_modules
(which is installed throughyarn
) and expect them to persist. If you need a newer version ofelectron-chromedriver
then you should pull a newer version by updating the version range or using yarn resolutions.