diff --git a/BUILDING.md b/BUILDING.md index 4a93b37efa4b0f..d5f638b3616265 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -124,18 +124,20 @@ On macOS, you will need to install the `Xcode Command Line Tools` by running installed, you can find them under the menu `Xcode -> Open Developer Tool -> More Developer Tools...`. This step will install `clang`, `clang++`, and `make`. -* After building, you may want to setup [firewall rules](tools/macosx-firewall.sh) -to avoid popups asking to accept incoming network connections when running -tests: If the path to your build directory contains a space, the build will likely fail. +After building, setting up [firewall rules](tools/macosx-firewall.sh) can avoid +popups asking to accept incoming network connections when running tests. + +Running the following script on macOS will add the firewall rules for the +executable `node` in the `out` directory and the symbolic `node` link in the +project's root directory. + ```console $ sudo ./tools/macosx-firewall.sh ``` -Running this script will add rules for the executable `node` in the `out` -directory and the symbolic `node` link in the project's root directory. On FreeBSD and OpenBSD, you may also need: * libexecinfo diff --git a/tools/remark-cli/package-lock.json b/tools/remark-cli/package-lock.json index e47a22823d9e8f..f8ed41f779bdea 100644 --- a/tools/remark-cli/package-lock.json +++ b/tools/remark-cli/package-lock.json @@ -2,7 +2,6 @@ "name": "remark-cli", "version": "4.0.0", "lockfileVersion": 1, - "preserveSymlinks": "1", "requires": true, "dependencies": { "ansi-regex": {