···3939 1. Modify `pkgs/development/node-packages/node-packages.json` to add, update
4040 or remove package entries to have it included in `nodePackages` and
4141 `nodePackages_latest`.
4242- 2. Run the script: `(cd pkgs/development/node-packages && ./generate.sh)`.
4242+ 2. Run the script: `cd pkgs/development/node-packages && ./generate.sh`.
4343 3. Build your new package to test your changes:
4444 `cd /path/to/nixpkgs && nix-build -A nodePackages.<new-or-updated-package>`.
4545 To build against the latest stable Current Node.js version (e.g. 14.x):