“Cannot start Chrome” error with Yeoman

后端 未结 4 608
被撕碎了的回忆
被撕碎了的回忆 2021-01-03 09:03

I\'m trying to start using Yeoman (it seems awesome indeed) and having an error trying to run the grunt test command.

Running \"karma:unit\" (ka         


        
4条回答
  •  难免孤独
    2021-01-03 09:47

    this worked for me on ubuntu 12.04

    echo 'export CHROME_BIN="/usr/bin/chromium-browser"' >> ~/.bashrc && source ~/.bashrc
    

提交回复
热议问题