You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Developing and running stdlib **requires** the following prerequisites:
39
39
-[GNU bash][bash]: an sh-compatible shell
40
40
-[curl][curl], [wget][wget], or [fetch][fetch] (FreeBSD): utilities for downloading remote resources
41
41
-[Node.js][node-js]: JavaScript runtime (version `>= 0.10`; although the latest stable version is **strongly** recommended)
42
-
-[npm][npm]: package manager (version `> 2.7.0`; if Node `< 1.0.0`, version `> 2.7.0` and `< 4.0.0`; if Node `< 6.0.0`, version `> 2.7.0` and `< 6.0.0`)
42
+
-[npm][npm]: package manager (version `> 2.7.0`; if Node `< 1.0.0`, version `> 2.7.0` and `< 4.0.0`; if Node `< 10.x.x`, version `> 2.7.0` and `< 6.0.0`)
43
43
44
44
While not required to run stdlib, the following dependencies **may** be required for testing, benchmarking, and general development:
45
45
@@ -62,6 +62,7 @@ Assuming the requisite language is present on the host machine, the following la
62
62
-[pydocstyle][pydocstyle]: Python docstring checker against PEP 257 (version `>= 2.0.0`)
63
63
-[lintr][lintr]: static code analysis for R (version `>= 1.0.0`)
64
64
-[shellcheck][shellcheck]: static code analysis for shell scripts (version `>= 0.5.0`; to install on OS X, either install [Homebrew][homebrew] as a prerequisite or install [shellcheck][shellcheck] manually)
0 commit comments