Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKaren 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,280 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,280 Pointsnp! You can mark this question as solved by selecting a "best answer".