Skip to content

update docs #161

@its-dibo

Description

@its-dibo

this cmd fails

json -I -f dist/package.json -e this.scripts.start='npm pack'

with this error json: error: lookups cannot be specified with in-place editing (-I/--in-place),

to make it works just surround the code with extra quotes

json -I -f dist/package.json -e "this.scripts.start='npm pack'"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions