Skip to content

Commit

Permalink
Merge pull request #495 from snyk/docs/add-supported-node-version-to-…
Browse files Browse the repository at this point in the history
…readme

docs: add supported Node version to README
  • Loading branch information
andradanyirestyan authored Sep 30, 2024
2 parents 62c1470 + f7f55aa commit 7c54e54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ The logs can be explored using [Bunyan CLI](http://trentm.com/node-bunyan/bunyan

# FAQ
<details>
<summary>What is the minimum version of Node that the tool supports?</summary>
<br/>
<p>Please check the <code>.nvmrc</code> file for the supported version of Node.</p>
</details>
<details>
<summary><code>Error: ENFILE: file table overflow, open</code> or <code>Error: EMFILE, too many open files</code></summary>
<br/>
<p>If you see these errors then you may need to bump <b>ulimit</b> to allow more open file operations. In order to keep the operations more performant tool logs as soon as it is convenient rather than wait until very end of a loop and log a huge data structure. This means depending on number of concurrent imports set the tool may exceed the system default <b>ulimit</b>.</p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/lodash": "4.17.5",
"@types/micromatch": "4.0.6",
"@types/needle": "2.0.4",
"@types/node": "^20.11.1",
"@types/node": "20.11.1",
"@types/parse-link-header": "1.0.0",
"@types/split": "1.0.0",
"@typescript-eslint/eslint-plugin": "4.28.1",
Expand Down

0 comments on commit 7c54e54

Please sign in to comment.