From 9c99c5138134c24adc4f43a26ce6539df359d8e6 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 4 May 2017 16:50:57 -0700 Subject: [PATCH] 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 Reviewed-By: Jeremiah Senkpiel Reviewed-By: Daniel Bevenius Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Colin Ihrig --- BUILDING.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index fb00ac6dc647dc..b3425cec2b222a 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -124,15 +124,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: