Skip to content
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

Bug in web-ext using a package.json configfile #2546

Closed
merrx opened this issue Nov 3, 2022 · 0 comments · Fixed by #2570
Closed

Bug in web-ext using a package.json configfile #2546

merrx opened this issue Nov 3, 2022 · 0 comments · Fixed by #2570

Comments

@merrx
Copy link
Contributor

merrx commented Nov 3, 2022

Bug in web-ext using a package.json configfile in the same directory.
This line causes the issue and errors out with the message "channel" has not defined a type
"sign": {
"channel": "unlisted"
}
This is caused by missing " type: 'string' " on line 617
https://github.com/mozilla/web-ext/blob/ca73b70611971cdde22467abc5a7bdd530fa69f8/src/program.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant