Skip to content

Commit

Permalink
Update README.md (#98)
Browse files Browse the repository at this point in the history
Node.js linked docs pages shows that `NODE_OPTIONS` takes `--no-warnings` instead of `no-warnings`

https://nodejs.org/api/cli.html#node_optionsoptions
  • Loading branch information
o-az committed Dec 15, 2023
1 parent 8b04794 commit ceb48d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Warnings can be suppressed:

- by setting the `NODE_NO_WARNINGS` environment variable to `1`
- by passing the `--no-warnings` flag to the node process
- by setting 'no-warnings' in the `NODE_OPTIONS` environment variable
- by setting '--no-warnings' in the `NODE_OPTIONS` environment variable

For more information see [node's documentation](https://nodejs.org/api/cli.html).

Expand Down

0 comments on commit ceb48d7

Please sign in to comment.