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: sdk/nodejs/README.md
+3-10
Original file line number
Diff line number
Diff line change
@@ -25,21 +25,14 @@ For anybody who wants to build from source, here is how you do it.
25
25
26
26
### Prerequisites
27
27
28
-
This SDK uses Node.js and we support the Active LTS and Current releases, as defined by
29
-
[this table](https://github.com/nodejs/Release#release-schedule). We support both[NPM](https://npmjs.org) and
30
-
[Yarn](https://yarnpkg.com/lang/en/docs/install/) for package management.
28
+
This SDK uses Node.js and we support any of the
29
+
[Current, Active and Maintenance LTS versions](https://nodejs.org/en/about/releases/). We support both
30
+
[NPM](https://npmjs.org) and [Yarn](https://yarnpkg.com/lang/en/docs/install/) for package management.
31
31
32
32
At the moment, we only support building on macOS and Linux, where standard GNU tools like `make` are available.
33
33
34
34
### Make Targets
35
35
36
-
The first time you build, run `make ensure` to install and prepare native plugins for V8:
37
-
38
-
$ make ensure
39
-
40
-
This is only necessary if you intend to produce a build that is capable of running older versions of the SDK
41
-
contained in this directory. If you do intend to do this, you must have node `6.10.2` installed.
42
-
43
36
To build the SDK, simply run `make` from the root directory (where this `README` lives, at `sdk/nodejs/` from the repo's
44
37
root). This will build the code, run tests, and install the package and its supporting artifacts.
0 commit comments