[Solved] CircleCi + Protractor => driver.version: unknown

OK the bug come from my script.

the npm script “npm run update-webdriver” did an update on an older version.
I change this script to simply : webdriver-manager update

And instead install an unstable chrome version, I install a stable version.

Now all is OK.