We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current behaviour: When trying to load the atomic-chrome extension manually from a git repo, it doesn't work.
I get an error message saying the following: Error Loading Extension Failed to load extension from: ~/git/atomic-chrome/app Could not load background script 'scripts/background.js'.
Expected behaviour: Should be possible to load extension from a copy of the source, or there should be instructions explaning how to make it work.
Versions: Linux: Debian 4.9.51-1 Chrome: Version 63.0.3239.84 (Official Build) (64-bit)
Steps to reproduce:
I tried both the top level directory and the app directory for this.
The text was updated successfully, but these errors were encountered:
Ping @tuvistavie
Is this a known problems?
Is there a workaround?
Sorry, something went wrong.
Hi, I suspect you did not compile the source code. Try running
npm install npm run build
and try loading the app directory after.
app
Let me know if that works for you.
No branches or pull requests
Current behaviour:
When trying to load the atomic-chrome extension manually from a git repo, it doesn't work.
I get an error message saying the following:
Error Loading Extension
Failed to load extension from: ~/git/atomic-chrome/app
Could not load background script 'scripts/background.js'.
Expected behaviour:
Should be possible to load extension from a copy of the source, or there should be instructions explaning how to make it work.
Versions:
Linux: Debian 4.9.51-1
Chrome: Version 63.0.3239.84 (Official Build) (64-bit)
Steps to reproduce:
git clone https://github.com/tuvistavie/atomic-chrome.git
I tried both the top level directory and the app directory for this.
The text was updated successfully, but these errors were encountered: