Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

How to silent the warnings when running 'truffle compile' command? #76

@zulhfreelancer

Description

@zulhfreelancer

Hi,

According to this line, seems like it's possible to silent all the warning when compiling the contracts.

But, it didn't worked for me. I have tried many ways:

$ truffle compile -quiet
$ truffle compile --quiet
$ truffle compile --quiet=true
$ truffle compile --quiet="true"
$ truffle compile --quiet true
$ truffle compile --quiet "true"

Adding the quite key inside truffle.js file also didn't work for me:

development: {
      quiet: true,
      host: "127.0.0.1",
      port: 7545,
      network_id: "*" // match any network
}

All of above commands didn't work for me. Any pointers?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions