-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
manifest.json incorrect and wrong Chrome path #1
Comments
Thanks for having a look @dublx ! As well as the manifest problem this also highlighted a missing test Which in turn raised this missing option on gen All three are now committed and published to npm. 2.1.1 If you get a chance to test and close that would be really appreciated. |
@dublx Just realized you mention wrong chrome path in the issue header. The path you gave is the same as I had in the runner for darwin. |
Ah think it needs a double escape for the \ |
Yup that was it finally got temp access to a mac to debug |
When following the website instructions, after the
gen
command I got a incorrect manifest.json, it was missing the very last curly brace.Also, for the Mac Chrome link that worked for me was:
CHROME='/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome'
Based in commit 855fdf2.
The text was updated successfully, but these errors were encountered: