summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-05-04 16:50:57 -0700
committerAnna Henningsen <anna@addaleax.net>2017-05-07 22:48:51 +0200
commita398516b4fdba21332d8ffb44ac8d4a8c687fde6 (patch)
treea2f0bffabde47dfc932796896b7037d1ffe943a0 /BUILDING.md
parenta710e443a28552dece3453ab7b7b8306489ecf85 (diff)
downloadandroid-node-v8-a398516b4fdba21332d8ffb44ac8d4a8c687fde6.tar.gz
android-node-v8-a398516b4fdba21332d8ffb44ac8d4a8c687fde6.tar.bz2
android-node-v8-a398516b4fdba21332d8ffb44ac8d4a8c687fde6.zip
doc: remove test-npm from general build doc
`make test-npm` is not particularly robust (currently fails on Linux and Windows, reportedly) and results in a fair number of requests for help from people new to the project. It is used when upgrading npm in core, which only a small number of mostly-predefined people do. Remove it from the general build doc. Refs: https://github.com/nodejs/node/issues/12836 PR-URL: https://github.com/nodejs/node/pull/12840 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 6adf3e5cda..5cac93621c 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -123,15 +123,6 @@ To run the tests:
$ make test
```
-To run the npm test suite:
-
-*note: to run the suite on node v4 or earlier you must first*
-*run `make install`*
-
-```console
-$ make test-npm
-```
-
To build the documentation:
This will build Node.js first (if necessary) and then use it to build the docs: