Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Karen G
260 PointsIt seems that I need to re-install the chrome webdriver each time I open up my Terminal on Mac
It says something like : Not found when I type in:
const selenium = require("selenium-webdriver");
I need to start over again from Install chromewebdriver -g
.. and so on.
Is there something I need to do or that's the usual outcome? Thanks!
2 Answers

Adam N
70,239 PointsThe code he writes in node, you can write in an editor. Whenever you exit out of node, it will erase what you were working on within it.

Karen G
260 PointsMake sense... Thanks!

Adam N
70,239 Pointsnp! You can mark this question as solved by selecting a "best answer".