| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 406ff32 commit de7f618
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -169,7 +169,7 @@ $ node --completion-bash > node_bash_completion | |||
| 169 | 169 | $ source node_bash_completion | |
| 170 | 170 | ``` | |
| 171 | 171 | ||
| 172 | - ### `-C=condition`, `--conditions=condition` | ||
| 172 | + ### `-C condition`, `--conditions=condition` | ||
| 173 | 173 | ||
| 174 | 174 | <!-- YAML | |
| 175 | 175 | added: | |
@@ -190,7 +190,7 @@ The default Node.js conditions of `"node"`, `"default"`, `"import"`, and | |||
| 190 | 190 | For example, to run a module with "development" resolutions: | |
| 191 | 191 | ||
| 192 | 192 | ```console | |
| 193 | - $ node -C=development app.js | ||
| 193 | + $ node -C development app.js | ||
| 194 | 194 | ``` | |
| 195 | 195 | ||
| 196 | 196 | ### `--cpu-prof` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments