We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2bcac commit fa7fc84Copy full SHA for fa7fc84
1 file changed
docs/development.md
@@ -18,7 +18,7 @@ Developing and running stdlib **requires** the following prerequisites:
18
- [GNU make][make]: development utility and task runner
19
- [GNU bash][bash]: an sh-compatible shell
20
- [curl][curl], [wget][wget], or [fetch][fetch] (FreeBSD): utilities for downloading remote resources
21
-- [Node.js][node-js]: JavaScript runtime (version `>= 0.10`)
+- [Node.js][node-js]: JavaScript runtime (version `>= 0.10`; although the latest stable version is **strongly** recommended)
22
- [npm][npm]: package manager (version `> 2.7.0`; if Node `< 1.0.0`, version `> 2.7.0` and `< 4.0.0`)
23
24
While not required to run stdlib, the following dependencies **may** be required for testing, benchmarking, and general development:
0 commit comments