What to do when Ember thinks Chromium is not installed, though it is…

When I tried to run ember test --server I got the following error:

Chromium does not appear to be installed, testem cannot run.

…even though Chromium was too installed. To fix this, I ran the following:

node node_modules/ember-chromium/download-chrome.js

 

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.