Skip to content

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

Closed
@merrx

Description

@merrx
Contributor

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @merrx

      Issue actions

        Bug in web-ext using a package.json configfile · Issue #2546 · mozilla/web-ext